Merge "Pass nova rabbit information to mysql"

This commit is contained in:
Jenkins 2016-12-23 18:42:57 +00:00 committed by Gerrit Code Review
commit 9ba58e005c
1 changed files with 6 additions and 0 deletions

View File

@ -123,3 +123,9 @@ outputs:
- compute_upgrade_level_empty
- {}
- nova::upgrade_level_compute: {get_param: UpgradeLevelNovaCompute}
service_config_settings:
mysql:
nova::rabbit_password: {get_param: RabbitPassword}
nova::rabbit_userid: {get_param: RabbitUserName}
nova::rabbit_use_ssl: {get_param: RabbitClientUseSSL}
nova::rabbit_port: {get_param: RabbitClientPort}