diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-12-23 18:42:57 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-12-23 18:42:57 +0000 |
commit | 9ba58e005cf7c0daff6e7e8c622975f4005315ff (patch) | |
tree | 52fee7af9fb3307ce6275a319f84671cfced9566 /puppet | |
parent | 4c25c57c497430c5b4fd740669c8e51bbe81092a (diff) | |
parent | 7f58104f5dc9ebf02ba8bfbc5864b59482b87fed (diff) |
Merge "Pass nova rabbit information to mysql"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/nova-base.yaml | 6 |
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} |