From c10e9fa07f36b91b56ea578b8e5300291aba6c22 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 2 Jun 2014 14:50:59 +0800 Subject: [PATCH] Fix the Debian Heat install procedure Removes unwanted steps from Debian install procedure. Change-Id: I258d9f9e82304a804a58ec233a2329c0001ce41b Backport: icehouse --- doc/install-guide/section_heat-install.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) 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