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.Controller

The 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 = []
class Server_groups(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Server group support.

alias = 'os-server-groups'
get_resources()
name = 'ServerGroups'
namespace = 'http://docs.openstack.org/compute/ext/servergroups/api/v2'
updated = '2013-06-20T00:00:00Z'

Previous topic

The nova.api.openstack.compute.legacy_v2.contrib.server_group_quotas Module

Next topic

The nova.api.openstack.compute.legacy_v2.contrib.server_list_multi_status Module

Project Source

This Page