aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/compute.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-11-13 21:43:51 +0000
committerGerrit Code Review <review@openstack.org>2015-11-13 21:43:51 +0000
commitf9932c55cf47525d8e22856d377ee4b5683c091b (patch)
tree7d49072a73aadca0ab4b48fd2f9f3ba64c8d0374 /puppet/compute.yaml
parentfd9d835f180cd8bff9a0f42357e52cd2784d4f75 (diff)
parentcd9264d8d13fe0d460cb0497e554c0028e4c9eee (diff)
Merge "honor the rabbit user and password provided"
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 9cfaba61..18547732 100644
--- a/puppet/compute.yaml
+++ b/puppet/compute.yaml
@@ -404,7 +404,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}