diff options
author | Derek Higgins <derekh@redhat.com> | 2013-10-29 14:48:21 +0000 |
---|---|---|
committer | Derek Higgins <derekh@redhat.com> | 2013-10-29 14:54:07 +0000 |
commit | 99b21423ee679c1d81402969c8c2b258f3b9080b (patch) | |
tree | e3af22903a6c059fcf8798101db245005457803b | |
parent | 7d14e86bfd9b1f69cd5b3fa32909a04bc2b90375 (diff) |
Rename heat_watch_server_url to watch_server_url
The other *_server_url parameters are not prefixed with heat_ and this
is already in the heat namespace.
Change-Id: I24effcfedccb7b69b4e4d022db6676da51083401
-rw-r--r-- | overcloud-source.yaml | 2 | ||||
-rw-r--r-- | undercloud-bm.yaml | 2 | ||||
-rw-r--r-- | undercloud-vm.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index c8aa0465..9f9c5957 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -194,7 +194,7 @@ Resources: admin_user: heat auth_encryption_key: unset___________ db: mysql://heat:unset@localhost/heat - heat_watch_server_url: + watch_server_url: Fn::Join: - '' - - 'http://' diff --git a/undercloud-bm.yaml b/undercloud-bm.yaml index cfc6f4ff..3006cd0f 100644 --- a/undercloud-bm.yaml +++ b/undercloud-bm.yaml @@ -110,7 +110,7 @@ Resources: admin_user: heat auth_encryption_key: unset___________ db: mysql://heat:unset@localhost/heat - heat_watch_server_url: + watch_server_url: Fn::Join: - '' - - http:// diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml index e8502a57..ebe09b16 100644 --- a/undercloud-vm.yaml +++ b/undercloud-vm.yaml @@ -115,7 +115,7 @@ Resources: admin_user: heat auth_encryption_key: unset___________ db: mysql://heat:unset@localhost/heat - heat_watch_server_url: + watch_server_url: Fn::Join: - '' - - http:// |