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)]