From 7f58104f5dc9ebf02ba8bfbc5864b59482b87fed Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 19 Dec 2016 09:23:33 -0700 Subject: [PATCH] Pass nova rabbit information to mysql The cell v2 setup requires the transport url for nova. We need to provide mysql with the rabbit connection information so that it can it when setting up the cell information. Change-Id: I43ba77cd4c8da7c6dc117ab0bd53e5cd330dc3de Related-Bug: #1649341 --- puppet/services/nova-base.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/puppet/services/nova-base.yaml b/puppet/services/nova-base.yaml index 20bf2e423a..0538560747 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}