This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.1 docs or all OpenStack docs too.

The nova.api.openstack.zones Module

class nova.api.openstack.zones.Controller

Bases: nova.api.openstack.common.OpenstackController

create(req)
delete(req, id)
detail(req)

Return all zones in detail

index(req)

Return all zones in brief

info(req)

Return name and capabilities for this zone.

show(req, id)

Return data about the given zone id

update(req, id)