Merge "Updates developer install doc to use trove cli"

This commit is contained in:
Jenkins 2014-06-30 10:21:47 +00:00 committed by Gerrit Code Review
commit d3e9b4b187
1 changed files with 6 additions and 4 deletions

View File

@ -81,18 +81,20 @@ options that you can run.
Running the trove client
------------------------
* rd-client sets of the authorization endpoint and gets a token for you::
* The trove client is run using the trove command. You can show the
complete documentation on the shell by running trove help::
# ./redstack rd-client
# trove help
-----------------------
Running the nova client
-----------------------
* nova-client sets of the authorization endpoint and gets a token for you::
* The nova client is run using the nova command. You can show the
complete documentation on the shell by running nova help:::
# ./redstack nova-client
# nova help
More information