diff options
author | 2014-08-12 12:12:43 +0000 | |
---|---|---|
committer | 2014-08-12 12:12:43 +0000 | |
commit | 0d5526d4a96ba21c742c4b3055e7d3a672c47eeb (patch) | |
tree | 95cf8640f376d9e2e371e1c9373193e0998cf160 /nova-compute-config.yaml | |
parent | 06fcc32314786feaccae5f67c8fa5940e6dabafe (diff) | |
parent | 044a5c111ed4fae16673e352d696c152c608f245 (diff) |
Merge "Restore rabbit.host and add an haproxy rabbit listener"
Diffstat (limited to 'nova-compute-config.yaml')
-rw-r--r-- | nova-compute-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova-compute-config.yaml b/nova-compute-config.yaml index ef440a3d..cb428ea6 100644 --- a/nova-compute-config.yaml +++ b/nova-compute-config.yaml @@ -40,6 +40,7 @@ resources: service-password: {get_input: neutron_password} admin-password: {get_input: admin_password} rabbit: + host: {get_input: rabbit_host} username: {get_input: rabbit_username} password: {get_input: rabbit_password} live-update: |