aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/compute.yaml
diff options
context:
space:
mode:
authorMike Burns <mburns@redhat.com>2015-11-10 13:06:58 -0500
committerMike Burns <mburns@redhat.com>2015-11-10 13:06:58 -0500
commitcd9264d8d13fe0d460cb0497e554c0028e4c9eee (patch)
treef4a1100361a3b3d6c52e12ec3a15d187e4610730 /puppet/compute.yaml
parent74c22572c770459802d93b47c17414e4507413e1 (diff)
honor the rabbit user and password provided
Currently rabbit username and password are defaulted and attempting to use anything else would result in a failure during deployment. Change-Id: I8a2e240a19f915309eee45ea3c3368d131af6c1b Related: rhbz#1261303
Diffstat (limited to 'puppet/compute.yaml')
-rw-r--r--puppet/compute.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/compute.yaml b/puppet/compute.yaml
index 2b635357..5df4cb37 100644
--- a/puppet/compute.yaml
+++ b/puppet/compute.yaml
@@ -406,7 +406,7 @@ resources:
nova::glance_api_servers: {get_input: glance_api_servers}
neutron::debug: {get_input: debug}
neutron::rabbit_password: {get_input: rabbit_password}
- neutron::rabbit_user: {get_input: rabbit_user}
+ neutron::rabbit_user: {get_input: rabbit_username}
neutron::rabbit_use_ssl: {get_input: rabbit_client_use_ssl}
neutron::rabbit_port: {get_input: rabbit_client_port}
neutron_flat_networks: {get_input: neutron_flat_networks}