diff --git a/doc/install-guide/section_heat-install.xml b/doc/install-guide/section_heat-install.xml index ce4fc01725..ebb767aa2a 100644 --- a/doc/install-guide/section_heat-install.xml +++ b/doc/install-guide/section_heat-install.xml @@ -29,7 +29,7 @@ # zypper install openstack-heat-api openstack-heat-api-cfn \ openstack-heat-engine - + In the configuration file, specify the location of the database where the Orchestration service stores data. These examples use a MySQL database with a @@ -38,10 +38,10 @@ the database user: # openstack-config --set /etc/heat/heat.conf \ database connection mysql://heat:HEAT_DBPASS@controller/heat - Edit + Edit /etc/heat/heat.conf and modify the [database] section: - [database] + [database] # The SQLAlchemy connection string used to connect to the database connection = mysql://heat:HEAT_DBPASS@controller/heat @@ -52,7 +52,7 @@ connection = mysql://heat:HEAT_DBPASS@co does not get used by mistake: # rm /var/lib/heat/heat.sqlite - + Use the password that you set previously to log in as root and create a heat database user: $ mysql -u root -p @@ -95,7 +95,7 @@ rabbit_password = RABBIT_PASS # openstack-config --set /etc/heat/heat.conf DEFAULT rabbit_host controller # openstack-config --set /etc/heat/heat.conf DEFAULT rabbit_password RABBIT_PASS - + Create a heat user that the Orchestration service can use to authenticate with the Identity Service. Use the service tenant @@ -104,7 +104,7 @@ rabbit_password = RABBIT_PASS --email=heat@example.com $ keystone user-role-add --user=heat --tenant=service --role=admin - + Edit the /etc/heat/heat.conf file to change the [keystone_authtoken] and [ec2authtoken] sections to add @@ -119,6 +119,12 @@ admin_user = heat admin_password = HEAT_PASS [ec2authtoken] +auth_uri = http://controller:5000/v2.0 + + + Edit the /etc/heat/heat.conf file to + change the [ec2authtoken] sections: + [ec2authtoken] auth_uri = http://controller:5000/v2.0