summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
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-23 14:41:26 -0400
commit122172307ade3be32aa9962e043495282ad2e794 (patch)
tree54298a1b00756561934346f06753d8110d64e822 /meta-openstack/recipes-devtools/python
parent808e6b91e05c0ab6e29108973d14cb7a44e349cf (diff)
downloadmeta-cloud-services-122172307ade3be32aa9962e043495282ad2e794.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')
-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=