summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-03-12 19:49:26 +0000
committerGerrit Code Review <review@openstack.org>2012-03-12 19:49:26 +0000
commitb057ab60a39eb8dfa6604d6f207625c29df6cd70 (patch)
treed64ca8460cd7fab6dfea3d49a946337bf2423f10 /doc/source
parent9b9656ea00968d7798695ce715e5f81b35fa18c4 (diff)
parentf36f2f9a2cbc00c64fa55d6d9e2f65086dd8e046 (diff)
Merge "fix up nova-manage man page"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/man/nova-manage.rst (renamed from doc/source/man/novamanage.rst)16
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/source/man/novamanage.rst b/doc/source/man/nova-manage.rst
index aaff13b88..65b9c0d65 100644
--- a/doc/source/man/novamanage.rst
+++ b/doc/source/man/nova-manage.rst
@@ -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
@@ -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.
@@ -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
~~~~~~~~~~