From dc251e33c39b439d79fedd173102073321f286c4 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Mon, 4 Aug 2014 21:14:26 +0200 Subject: 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 --- nova-compute-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova-compute-config.yaml') 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} -- cgit 1.2.3-korg