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

class nova.api.openstack.users.Controller

Bases: nova.api.openstack.common.OpenstackController

create(req)
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)