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
This commit is contained in:
Brent Eagles 2017-03-04 20:13:05 -03:30
parent 81b7fc658c
commit 8e70a24c1d
1 changed files with 3 additions and 3 deletions

View File

@ -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}