Previous topic

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

Next topic

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

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

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(*args, **kwargs)

Bases: nova.api.openstack.wsgi.Controller

detail(req, resp_obj)
show(req, resp_obj, id)
wsgi_actions = {}
wsgi_extensions = [('show', None), ('detail', 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)