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

The Extended Availability Zone Status API extension.

class ExtendedAZController(view_builder=None)

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_availability_zone(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Extended Availability Zone support.

alias = 'OS-EXT-AZ'
get_controller_extensions()
name = 'ExtendedAvailabilityZone'
namespace = 'http://docs.openstack.org/compute/ext/extended_availability_zone/api/v2'
updated = '2013-01-30T00:00:00Z'

Previous topic

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

Next topic

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

Project Source

This Page