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

The Extended Server Attributes API extension.

class ExtendedServerAttributeTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
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 ExtendedServerAttributesTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
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:00+00:00'
make_server(elem)

Previous topic

The nova.api.openstack.compute.contrib.extended_ips Module

Next topic

The nova.api.openstack.compute.contrib.extended_status Module

This Page