diff --git a/doc/install-guide/section_heat-install.xml b/doc/install-guide/section_heat-install.xml index 45bdce3121..2744498c75 100644 --- a/doc/install-guide/section_heat-install.xml +++ b/doc/install-guide/section_heat-install.xml @@ -72,11 +72,20 @@ - Create the heat_stack_user and heat_stack_owner roles: + Create the heat_stack_user and + heat_stack_owner roles: $ keystone role-create --name heat_stack_user $ keystone role-create --name heat_stack_owner By default, users created by Orchestration use the heat_stack_user role. + The heat_stack_user role is for users + created by heat, and is restricted to specific API actions. + The heat_stack_owner role is assigned to + users who create heat stacks. + Because the heat_stack_owner + role has limited operational access to heat, you must never + assign this role to a user with a heat_stack_user + role. Create the heat and