Rename heat_watch_server_url to watch_server_url

The Readme for heat-engine says it should be watch_server_url and
{{heat.watch_server_url}} is what is being used in heat.conf.

Change-Id: Ibcfec34c85901592c47eaf911aeb2eaa8049dfb7
This commit is contained in:
Derek Higgins 2013-10-29 14:55:58 +00:00
parent 69b9369a4b
commit f4fafa38ea
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
"heat": {
"db": "mysql://heat:unset@localhost/heat",
"auth_encryption_key": "unset___________",
"heat_watch_server_url": "http://192.0.2.1:8003",
"watch_server_url": "http://192.0.2.1:8003",
"waitcondition_server_url": "http://192.0.2.1:8000/v1/waitcondition",
"metadata_server_url": "http://192.0.2.1:8000",
"admin_tenant_name": "service",