summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heat/heat.conf
diff options
context:
space:
mode:
authorVu Tran <vu.tran@windriver.com>2014-05-14 16:10:41 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-21 14:35:25 -0400
commit385c8fa44a1f46ad785531eee1227382e5beb8e4 (patch)
treef206b7b4e7402fa46d441423ce0e2fd892e29fea /meta-openstack/recipes-devtools/python/python-heat/heat.conf
parent2384dc5b4a3912cb6b4563c2c435a5287ad9f75c (diff)
downloadmeta-cloud-services-385c8fa44a1f46ad785531eee1227382e5beb8e4.tar.gz
heat change config file for autoscaling
Set heat_metadata_server_url, heat_waitcondition_server_url config options in heat.conf to allow Ceilometer to be able to invoke heat when resource alarm triggered. Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-heat/heat.conf')
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat/heat.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat/heat.conf b/meta-openstack/recipes-devtools/python/python-heat/heat.conf
index da72987..95c88a1 100644
--- a/meta-openstack/recipes-devtools/python/python-heat/heat.conf
+++ b/meta-openstack/recipes-devtools/python/python-heat/heat.conf
@@ -60,10 +60,10 @@ sql_connection=postgresql://%DB_USER%:%DB_PASSWORD%@localhost/heat
60#periodic_interval=60 60#periodic_interval=60
61 61
62# URL of the Heat metadata server (string value) 62# URL of the Heat metadata server (string value)
63#heat_metadata_server_url= 63heat_metadata_server_url=http://%CONTROLLER_IP%:8000
64 64
65# URL of the Heat waitcondition server (string value) 65# URL of the Heat waitcondition server (string value)
66#heat_waitcondition_server_url= 66heat_waitcondition_server_url=http://%CONTROLLER_IP%:8000/v1/waitcondition
67 67
68# URL of the Heat cloudwatch server (string value) 68# URL of the Heat cloudwatch server (string value)
69#heat_watch_server_url= 69#heat_watch_server_url=