diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-08-08 10:33:28 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-08-08 10:33:28 +0000 |
commit | 4c403eb291dd47c515605ec5a9620e7c59d21038 (patch) | |
tree | 423564ca25e00f920dece5c55a353304bdf500b7 /nova-compute-config.yaml | |
parent | 9d06cc048d3a26ba61e8e06619e8ab89cdb14fc5 (diff) | |
parent | dc251e33c39b439d79fedd173102073321f286c4 (diff) |
Merge "fix incorrect reference to rabbit_username"
Diffstat (limited to 'nova-compute-config.yaml')
-rw-r--r-- | nova-compute-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova-compute-config.yaml b/nova-compute-config.yaml index 081ca81a..ef440a3d 100644 --- a/nova-compute-config.yaml +++ b/nova-compute-config.yaml @@ -40,7 +40,7 @@ resources: service-password: {get_input: neutron_password} admin-password: {get_input: admin_password} rabbit: - username: {get_input: rabbit_user_name} + username: {get_input: rabbit_username} password: {get_input: rabbit_password} live-update: host: {get_input: live_update_host} |