diff --git a/doc/install-guide/section_heat-install.xml b/doc/install-guide/section_heat-install.xml index 36028efaaa..2cec1ad19c 100644 --- a/doc/install-guide/section_heat-install.xml +++ b/doc/install-guide/section_heat-install.xml @@ -107,7 +107,7 @@ rabbit_password = RABBIT_PASS Edit the /etc/heat/heat.conf file to change the [keystone_authtoken] and - [ec2_authtoken] sections to add + [ec2authtoken] sections to add credentials to the Orchestration Service: [keystone_authtoken] auth_host = controller @@ -117,7 +117,7 @@ auth_uri = http://controller:5000/v2.0 admin_tenant_name = service admin_user = heat admin_password = HEAT_PASS -[ec2_authtoken] +[ec2authtoken] auth_uri = http://controller:5000/v2.0 keystone_ec2_uri = http://controller:5000/v2.0/ec2tokens