Skip to content

Commit

Permalink
Fix bug 1160550, keystoken typo
Browse files Browse the repository at this point in the history
Change-Id: Ieb70dc6bf0e30c19c22b92fb59bdebd4bd73e43f
  • Loading branch information
annegentle committed Mar 26, 2013
1 parent 73f8541 commit 08e9840
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/src/docbkx/openstack-install/identity-install-keystone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,13 @@
linkend="scripted-keystone-setup">Setting up tenants,
users, and roles - scripted</link>. </para>
</note>
<para>Typically, you would use a username and password to authenticate with the Identity
service. However, at this point in the install, we have not yet created a user. Instead, we
use the service token to authenticate against the Identity service. With the
<command>keystone</command> command-line, you can specify the token and the endpoint as
arguments, as
follows:<screen><prompt>$</prompt> <userinput>keystoken --token 012345SECRET99TOKEN012345 --endpoint http://192.168.206.130:35357/v2.0 <replaceable>&lt;command parameters></replaceable></userinput></screen></para>
<para>Typically, you would use a username and password to
authenticate with the Identity service. However, at this point
in the install, we have not yet created a user. Instead, we
use the service token to authenticate against the Identity
service. With the <command>keystone</command> command-line,
you can specify the token and the endpoint as arguments, as
follows:<screen><prompt>$</prompt> <userinput>keystone --token 012345SECRET99TOKEN012345 --endpoint http://192.168.206.130:35357/v2.0 <replaceable>&lt;command parameters></replaceable></userinput></screen></para>
<para>You can also specify the token and endpoint as environment variables, so they do not
need to be explicitly specified each time. If you are using the bash shell, the following
commands will set these variables in your current session so you don't have to pass them to
Expand Down

0 comments on commit 08e9840

Please sign in to comment.