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:
parent
f111158610
commit
485b021305
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user