diff --git a/doc/install-guide/section_heat-install.xml b/doc/install-guide/section_heat-install.xml index 5c195c5cdc..672258c095 100644 --- a/doc/install-guide/section_heat-install.xml +++ b/doc/install-guide/section_heat-install.xml @@ -49,9 +49,10 @@ --description="Orchestration CloudFormation" - Create the heat_stack_user role: - By default, users created by Orchestration use this role. - $ keystone role-create --name heat_stack_user + Create the heat_stack_user and heat_stack_owner roles: + By default, users created by Orchestration use the role heat_stack_user. + $ keystone role-create --name heat_stack_user +$ keystone role-create --name heat_stack_owner