From: Giulio Fidente Date: Mon, 4 Aug 2014 19:14:26 +0000 (+0200) Subject: fix incorrect reference to rabbit_username X-Git-Tag: opnfv-6.0.0~2780^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=dc251e33c39b439d79fedd173102073321f286c4;p=apex-tripleo-heat-templates.git fix incorrect reference to rabbit_username Fixes a typo in nova-compute-config.yaml file where rabbit_username was mistakenly written as rabbit_user_name; compute nodes received null as rabbit username as consequence. Change-Id: I796b9bdccd1863647a667edbbc96731fc924c55d --- 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}