Skip to content

Commit

Permalink
Add grizzly nova client features to list
Browse files Browse the repository at this point in the history
partially fixes bug 1094955

Adds the new commands in novaclient for grizzly to the list
of commands.

Examples for these should also be added.

Change-Id: Ie6c4bc8773655812a99c51731f2d406664f3c195
  • Loading branch information
fifieldt committed Jan 12, 2013
1 parent 6153273 commit 1b5107b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/src/docbkx/cli-guide/src/nova_cli_commands.xml
Expand Up @@ -25,6 +25,7 @@
boot Boot a new server.
cloudpipe-create Create a cloudpipe instance for the given project
cloudpipe-list Print a list of all cloudpipe instances.
cloudpipe-update Update a cloudpipe instance
console-log Get console log output of a server.
credentials Show user credentials returned from auth
delete Immediately shut down and delete a server.
Expand All @@ -41,6 +42,9 @@
and name.
endpoints Discover endpoints that get returned from the
authenticate services
fixed-ip-get Show information for a fixed IP
fixed-ip-reserve Reserve a fixed IP
fixed-ip-unreserve Unreserve fixed IP
flavor-create Create a new flavor
flavor-delete Delete a specific flavor
flavor-key Set or unset extra_spec for a flavor.
Expand Down Expand Up @@ -111,6 +115,7 @@
secgroup-list List security groups for the current tenant.
secgroup-list-rules
List rules for a security group.
service-list List nova services
show Show details about the given server.
ssh SSH into a server.
start Start a server.
Expand Down

0 comments on commit 1b5107b

Please sign in to comment.