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

The Extended Server Attributes API extension.

class ExtendedServerAttributesController(view_builder=None)

Bases: nova.api.openstack.wsgi.Controller

detail(req, resp_obj)
show(req, resp_obj, id)
wsgi_actions = {}
wsgi_extensions = [('detail', None), ('show', None)]
class Extended_server_attributes(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Extended Server Attributes support.

alias = 'OS-EXT-SRV-ATTR'
get_controller_extensions()
name = 'ExtendedServerAttributes'
namespace = 'http://docs.openstack.org/compute/ext/extended_status/api/v1.1'
updated = '2011-11-03T00:00:00Z'

Previous topic

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

Next topic

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

Project Source

This Page