The nova.api.openstack.compute.extended_status Module

The Extended Status Admin API extension.

class ExtendedStatus(extension_info)

Bases: nova.api.openstack.extensions.V21APIExtensionBase

Extended Status support.

alias = 'os-extended-status'
get_controller_extensions()
get_resources()
name = 'ExtendedStatus'
version = 1
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)]

Previous topic

The nova.api.openstack.compute.extended_server_attributes Module

Next topic

The nova.api.openstack.compute.extended_volumes Module

Project Source

This Page