~annegentle/nova/782152

« back to all changes in this revision

Viewing changes to doc/source/runnova/managing.users.rst

  • Committer: Anne Gentle
  • Date: 2011-05-19 17:17:55 UTC
  • Revision ID: anne@openstack.org-20110519171755-1af34cw3et57852d
Fixing role names to match code

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
Nova’s rights management system employs the RBAC model and currently supports the following five roles:
40
40
 
41
 
* **Cloud Administrator.**  (admin) Users of this class enjoy complete system access.
 
41
* **Cloud Administrator.**  (cloudadmin) Users of this class enjoy complete system access.
42
42
* **IT Security.** (itsec) This role is limited to IT security personnel.  It permits role holders to quarantine instances.
43
 
* **Project Manager.** (projectmanager)The default for project owners, this role affords users the ability to add other users to a project, interact with project images, and launch and terminate instances.
 
43
* **System Administrator.** (sysadmin)The default for project owners, this role affords users the ability to add other users to a project, interact with project images, and launch and terminate instances.
44
44
* **Network Administrator.** (netadmin) Users with this role are permitted to allocate and assign publicly accessible IP addresses as well as create and modify firewall rules.
45
 
* **Developer.**  This is a general purpose role that is assigned to users by default.
 
45
* **Developer.**  (developer) This is a general purpose role that is assigned to users by default.
46
46
 
47
47
RBAC management is exposed through the dashboard for simplified user management.
48
48