Merge "Use a $ prompt for keystone commands"

This commit is contained in:
Jenkins 2014-04-16 16:16:23 +00:00 committed by Gerrit Code Review
commit 4d72787ebb

View File

@ -63,8 +63,8 @@ connection = mysql://cinder:<replaceable>CINDER_DBPASS</replaceable>@<replaceabl
with the Identity service.</para> with the Identity service.</para>
<para>Use the <literal>service</literal> tenant and give the <para>Use the <literal>service</literal> tenant and give the
user the <literal>admin</literal> role:</para> user the <literal>admin</literal> role:</para>
<screen><prompt>#</prompt> <userinput>keystone user-create --name=cinder --pass=<replaceable>CINDER_PASS</replaceable> --email=<replaceable>cinder@example.com</replaceable></userinput> <screen><prompt>$</prompt> <userinput>keystone user-create --name=cinder --pass=<replaceable>CINDER_PASS</replaceable> --email=<replaceable>cinder@example.com</replaceable></userinput>
<prompt>#</prompt> <userinput>keystone user-role-add --user=cinder --tenant=service --role=admin</userinput></screen> <prompt>$</prompt> <userinput>keystone user-role-add --user=cinder --tenant=service --role=admin</userinput></screen>
</step> </step>
<step> <step>
<para os="fedora;rhel;centos;opensuse;sles">Edit the <para os="fedora;rhel;centos;opensuse;sles">Edit the