Previous topic

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

Next topic

The nova.api.openstack.compute.contrib.virtual_interfaces 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.users Module

class Controller

Bases: object

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

Return all users in detail

index(req)

Return all users in brief

show(req, id)

Return data about the given user id

update(req, id, body)
class UserTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class Users(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Allow admins to acces user information

alias = 'os-users'
get_resources()
name = 'Users'
namespace = 'http://docs.openstack.org/compute/ext/users/api/v1.1'
updated = '2011-08-08T00:00:00+00:00'
class UsersTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
make_user(elem)