diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-14 15:18:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-14 15:18:03 +0000 |
commit | 88a3edfde1abe28aaf918d7495cb615e11d706b9 (patch) | |
tree | 2bd42c2936663cc40af3634d46357d509b5227e2 /puppet/services | |
parent | a681b985643f62de447039f25944e7c2d2347d28 (diff) | |
parent | 8e70a24c1db282b5d38c6ca1a71c97dd6d209e97 (diff) |
Merge "Update properties being set for octavia rabbit properties"
Diffstat (limited to 'puppet/services')
-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} |