Merge "Typo fix in Keystone role creation doc"
This commit is contained in:
@@ -42,7 +42,7 @@ xml:id="keystone-concepts">
|
||||
command-line tools use <literal>--project_id</literal> instead of
|
||||
<literal>--tenant_id</literal> to refer to a tenant ID.</para></note>
|
||||
<para>A <emphasis>role</emphasis> captures what operations a user is permitted to
|
||||
perform in a given tenant. This example creates a tenant named
|
||||
perform in a given tenant. This example creates a role named
|
||||
"compute-user":<screen><prompt>$</prompt> <userinput>keystone role-create --name=compute-user</userinput></screen></para>
|
||||
<note><para>It is up to individual services such as the Compute service and Image service to assign meaning to these roles. As far as the Identity service is concerned, a role is simply a name.</para></note>
|
||||
<para>The Identity service associates a user with a tenant and a role. To continue with our
|
||||
|
||||
Reference in New Issue
Block a user