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
This commit is contained in:
Vincent Llorens 2016-10-03 16:50:42 +02:00
parent f111158610
commit 485b021305

View File

@ -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