From 385c8fa44a1f46ad785531eee1227382e5beb8e4 Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Wed, 14 May 2014 16:10:41 -0400 Subject: 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 --- meta-openstack/recipes-devtools/python/python-heat/heat.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-heat') 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 #periodic_interval=60 # URL of the Heat metadata server (string value) -#heat_metadata_server_url= +heat_metadata_server_url=http://%CONTROLLER_IP%:8000 # URL of the Heat waitcondition server (string value) -#heat_waitcondition_server_url= +heat_waitcondition_server_url=http://%CONTROLLER_IP%:8000/v1/waitcondition # URL of the Heat cloudwatch server (string value) #heat_watch_server_url= -- cgit v1.2.3-54-g00ecf