The nova.api.openstack.compute.extended_server_attributes Module

The Extended Server Attributes API extension.

class ExtendedServerAttributes(extension_info)

Bases: nova.api.openstack.extensions.V21APIExtensionBase

Extended Server Attributes support.

alias = 'os-extended-server-attributes'
get_controller_extensions()
get_resources()
name = 'ExtendedServerAttributes'
version = 1
class ExtendedServerAttributesController(*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_availability_zone Module

Next topic

The nova.api.openstack.compute.extended_status Module

Project Source

This Page