Previous topic

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

Next topic

The nova.api.openstack.compute.contrib.flavorextradata 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_status Module

The Extended Status Admin API extension.

class ExtendedStatusController(*args, **kwargs)

Bases: nova.api.openstack.wsgi.Controller

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

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class ExtendedStatusesTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class Extended_status(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Extended Status support

alias = 'OS-EXT-STS'
get_controller_extensions()
name = 'ExtendedStatus'
namespace = 'http://docs.openstack.org/compute/ext/extended_status/api/v1.1'
updated = '2011-11-03T00:00:00+00:00'
make_server(elem)