Previous topic

The nova.api.openstack.compute.consoles Module

Next topic

The nova.api.openstack.compute.contrib.admin_actions Module

This Page

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

The nova.api.openstack.compute.contrib.accounts Module

class AccountTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class Accounts(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Admin-only access to accounts

alias = 'os-accounts'
get_resources()
name = 'Accounts'
namespace = 'http://docs.openstack.org/compute/ext/accounts/api/v1.1'
updated = '2011-12-23T00:00:00+00:00'
class Controller

Bases: object

create(req, body)

We use update with create-or-update semantics because the id comes from an external source

delete(req, id)
index(req)
show(req, id)

Return data about the given account id

update(req, id, body)

This is really create or update.