The nova.api.openstack.compute.legacy_v2.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 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:00Z'

Previous topic

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

Next topic

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

Project Source

This Page