This commit is contained in:
Jonathan Arrance 2016-09-13 23:26:33 -04:00
commit 9b7d223983
1 changed files with 2 additions and 4 deletions

View File

@ -36,10 +36,8 @@ def setup_amqp_req(amqp):
Use the amqp interface to request access to the amqp broker using our
local configuration.
"""
#amqp.request_access(username=hookenv.config('trove'),
# vhost=hookenv.config('openstack'))
amqp.request_access(username='rabbit-user',
vhost='rabbit-vhost')
amqp.request_access(username=hookenv.config('rabbit-user'),
vhost=hookenv.config('rabbit-vhost'))
trove.assess_status()