removed variable that should no longer exist

This resolve issue where there was a variable that should've been
deleted.

Change-Id: Ibdf22fc514afc92848292c19c6d7652d71581a8b
Closes-Bug: 1434233
This commit is contained in:
Kevin Carter 2015-04-28 13:07:57 -05:00
parent 09a46d9775
commit 67283bfd61

View File

@ -33,7 +33,6 @@ rabbit_hosts = {{ rabbitmq_servers }}
rabbit_port = {{ rabbitmq_port }}
rabbit_userid = {{ rabbitmq_userid }}
rabbit_password = {{ rabbitmq_password }}
rabbit_virtual_host = {{ rabbitmq_virtual_host }}
rabbit_notification_exchange = glance
rabbit_notification_topic = notifications
rabbit_durable_queues = False