aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-12-23 18:42:57 +0000
committerGerrit Code Review <review@openstack.org>2016-12-23 18:42:57 +0000
commit9ba58e005cf7c0daff6e7e8c622975f4005315ff (patch)
tree52fee7af9fb3307ce6275a319f84671cfced9566 /puppet/services
parent4c25c57c497430c5b4fd740669c8e51bbe81092a (diff)
parent7f58104f5dc9ebf02ba8bfbc5864b59482b87fed (diff)
Merge "Pass nova rabbit information to mysql"
Diffstat (limited to 'puppet/services')
-rw-r--r--puppet/services/nova-base.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/services/nova-base.yaml b/puppet/services/nova-base.yaml
index 20bf2e42..05385607 100644
--- a/puppet/services/nova-base.yaml
+++ b/puppet/services/nova-base.yaml
@@ -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}