diff options
author | Brent Eagles <beagles@redhat.com> | 2017-03-04 20:13:05 -0330 |
---|---|---|
committer | Brent Eagles <beagles@redhat.com> | 2017-03-04 20:17:25 -0330 |
commit | 8e70a24c1db282b5d38c6ca1a71c97dd6d209e97 (patch) | |
tree | cf3cf8e71594cf393c86cd3a6d373c5d06bf10c0 /puppet | |
parent | 81b7fc658c20448a95d7877932dbae5dfd5ede69 (diff) |
Update properties being set for octavia rabbit properties
A change to puppet-tripleo (Iea5607dbb3ee6b1dd50acc1395de52dc920aa915)
altered altered which hieradata was consumed for octavia. This updates
the heat templates to sync with that change.
Change-Id: I572dd4c25f25ab2ea8b10cabfa4773fae2a2bc91
Closes-Bug: #1670058
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/octavia-base.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/puppet/services/octavia-base.yaml b/puppet/services/octavia-base.yaml index b537a2bc..a3f616ff 100644 --- a/puppet/services/octavia-base.yaml +++ b/puppet/services/octavia-base.yaml @@ -56,7 +56,7 @@ outputs: octavia::debug: {get_param: Debug} octavia::purge_config: {get_param: EnableConfigPurge} octavia::rabbit_use_ssl: {get_param: RabbitClientUseSSL} - tripleo::profile::base::octavia::rabbit_user: {get_param: RabbitUserName} - tripleo::profile::base::octavia::rabbit_password: {get_param: RabbitPassword} - tripleo::profile::base::octavia::rabbit_port: {get_param: RabbitClientPort} + octavia::rabbit_userid: {get_param: RabbitUserName} + octavia::rabbit_password: {get_param: RabbitPassword} + octavia::rabbit_port: {get_param: RabbitClientPort} |