summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat/heat.conf13
1 files changed, 9 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat/heat.conf b/meta-openstack/recipes-devtools/python/python-heat/heat.conf
index 2ff8adb..da72987 100644
--- a/meta-openstack/recipes-devtools/python/python-heat/heat.conf
+++ b/meta-openstack/recipes-devtools/python/python-heat/heat.conf
@@ -4,10 +4,6 @@
4# Options defined in heat.common.config 4# Options defined in heat.common.config
5# 5#
6 6
7admin_tenant_name = %SERVICE_TENANT_NAME%
8admin_user = heat
9admin_password = %ADMIN_PASSWORD%
10
11# The SQLAlchemy connection string used to connect to the 7# The SQLAlchemy connection string used to connect to the
12# database (string value) 8# database (string value)
13#sql_connection=mysql://heat:heat@localhost/heat 9#sql_connection=mysql://heat:heat@localhost/heat
@@ -728,4 +724,13 @@ sql_connection=postgresql://%DB_USER%:%DB_PASSWORD%@localhost/heat
728# Password for Redis server. (optional) (string value) 724# Password for Redis server. (optional) (string value)
729#password=<None> 725#password=<None>
730 726
727[keystone_authtoken]
728auth_host = %CONTROLLER_IP%
729auth_port = 35357
730auth_protocol = http
731auth_uri = http://%CONTROLLER_IP%:5000/v2.0
732
733admin_tenant_name = %SERVICE_TENANT_NAME%
734admin_user = heat
735admin_password = %ADMIN_PASSWORD%
731 736