From 485b02130574aa0077cc46d8d40a71ee5d4e8401 Mon Sep 17 00:00:00 2001 From: Vincent Llorens Date: Mon, 3 Oct 2016 16:50:42 +0200 Subject: [PATCH] Fix conf for AMQP virtual host The configuration referred to the AMQP virtual host as: amqp_virtual_host whereas the code referred to it as: amqp_virt_host resulting on this conf variable being ignored at launch. We solve this problem by renaming the configuration variable to amqp_virt_host Change-Id: I6ef9961b625d7060ddefc77b57bc3bc94b1cce84 --- config/synergy.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/synergy.conf b/config/synergy.conf index a0c2e60..ac13a13 100644 --- a/config/synergy.conf +++ b/config/synergy.conf @@ -101,7 +101,7 @@ amqp_host= amqp_port=5672 amqp_user=openstack amqp_password=RABBIT_PASS -amqp_virtual_host=/ +amqp_virt_host=/ # The conductor topic conductor_topic=conductor # The compute topic