The nova.api.openstack.compute.legacy_v2.contrib.server_groups Module¶
The Server Group API Extension.
-
class
ServerGroupController(ext_mgr)¶ Bases:
nova.api.openstack.wsgi.ControllerThe Server group API controller for the OpenStack API.
-
create(req, body)¶ Creates a new server group.
-
delete(req, id)¶ Delete an server group.
-
index(req)¶ Returns a list of server groups.
-
show(req, id)¶ Return data about the given server group.
-
wsgi_actions= {}¶
-
wsgi_extensions= []¶
-