From 783bb16d865cbb5afea03490635baaca4a0757d2 Mon Sep 17 00:00:00 2001 From: Karthik Suresh Date: Tue, 12 Jan 2016 17:58:33 +0530 Subject: [PATCH] Corrected typo in fetch security groups comment Edited comment from returns image to security group Change-Id: Ia41c1bbaa7e3291eb010e7441f9f60dea03339e7 Closes-Bug: #1533181 --- openstack_dashboard/api/rest/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/api/rest/network.py b/openstack_dashboard/api/rest/network.py index c9f01cd9e..4dd602015 100644 --- a/openstack_dashboard/api/rest/network.py +++ b/openstack_dashboard/api/rest/network.py @@ -35,7 +35,7 @@ class SecurityGroups(generic.View): """Get a list of security groups. The listing result is an object with property "items". Each item is - an image. + a security group. Example GET: http://localhost/api/network/securitygroups