Fixes doc typo s/SERVIVE/SERVICE/

Fixes bug 944115

Change-Id: I3d896d3384fc9bc69856a3c5e53b62f1a875e82f
This commit is contained in:
Darren Birkett 2012-03-01 16:30:14 +00:00
parent 0d677ba299
commit a6105f70c4
2 changed files with 3 additions and 2 deletions

View File

@ -21,6 +21,7 @@ Chuck Short <chuck.short@canonical.com>
Cole Robinson <crobinso@redhat.com>
Dan Prince <dan.prince@rackspace.com>
Dan Prince <dprince@redhat.com>
Darren Birkett <darren.birkett@gmail.com>
dcramer <david.cramer@rackspace.com>
Dean Troyer <dtroyer@gmail.com>
Devin Carlen <devin.carlen@gmail.com>

View File

@ -215,9 +215,9 @@ Token Auth Method
-----------------
To use keystone client using token auth, set the following flags
* ``--endpoint SERVIVE_ENDPOINT`` : allows you to specify the keystone endpoint to communicate
* ``--endpoint SERVICE_ENDPOINT`` : allows you to specify the keystone endpoint to communicate
with. The default endpoint is http://localhost:35357/v2.0'
* ``--token SERVIVE_TOKEN`` : your administrator service token.
* ``--token SERVICE_TOKEN`` : your administrator service token.
Password Auth Method
--------------------