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.accounts Module

class nova.api.openstack.accounts.Controller

Bases: nova.api.openstack.common.OpenstackController

create(req)

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

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

Return data about the given account id

update(req, id)

This is really create or update.