Skip to content

Commit

Permalink
Merge "fix up nova-manage man page"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Mar 12, 2012
2 parents 9b9656e + f36f2f9 commit b057ab6
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions doc/source/man/novamanage.rst → doc/source/man/nova-manage.rst
Expand Up @@ -7,9 +7,9 @@ control and manage cloud computer instances and images
------------------------------------------------------

:Author: openstack@lists.launchpad.net
:Date: 2010-11-16
:Date: 2012-04-05
:Copyright: OpenStack LLC
:Version: 0.1
:Version: 2012.1
:Manual section: 1
:Manual group: cloud computing

Expand Down Expand Up @@ -118,7 +118,6 @@ Nova Project
Nova Role
~~~~~~~~~

nova-manage role <action> [<argument>]
``nova-manage role add <username> <rolename> <(optional) projectname>``

Add a user to either a global or project-based role with the indicated <rolename> assigned to the named user. Role names can be one of the following five roles: cloudadmin, itsec, sysadmin, netadmin, developer. If you add the project name as the last argument then the role is assigned just for that project, otherwise the user is assigned the named role for all projects.
Expand All @@ -129,6 +128,17 @@ nova-manage role <action> [<argument>]
``nova-manage role remove <username> <rolename>``
Remove the indicated role from the user.

Nova Logs
~~~~~~~~~

``nova-manage logs errors``

Displays nova errors from log files.

``nova-manage logs syslog <number>``

Displays nova alerts from syslog.

Nova Shell
~~~~~~~~~~

Expand Down

0 comments on commit b057ab6

Please sign in to comment.