Merge "Create the role heat_stack_owner when installing Heat"
This commit is contained in:
commit
8678e34caf
@ -49,9 +49,10 @@
|
||||
--description="Orchestration CloudFormation"</userinput></screen>
|
||||
</step>
|
||||
<step>
|
||||
<para>Create the <literal>heat_stack_user</literal> role:</para>
|
||||
<para>By default, users created by Orchestration use this role.</para>
|
||||
<screen><prompt>$</prompt> <userinput>keystone role-create --name heat_stack_user</userinput></screen>
|
||||
<para>Create the <literal>heat_stack_user</literal> and <literal>heat_stack_owner</literal> roles:</para>
|
||||
<para>By default, users created by Orchestration use the role <literal>heat_stack_user</literal>.</para>
|
||||
<screen><prompt>$</prompt> <userinput>keystone role-create --name heat_stack_user</userinput>
|
||||
<prompt>$</prompt> <userinput>keystone role-create --name heat_stack_owner</userinput></screen>
|
||||
</step>
|
||||
</substeps>
|
||||
</step>
|
||||
|
Loading…
Reference in New Issue
Block a user