Trove Rabbit Config in RDO Packstack install
Recently, I started looking into Trove install and saw a bunch of errors in trove-conductor.log
and trove-taskmanager.log
trove-conductor.log:
ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server 172.0.0.7:5672 closed the connection. Check login credentials: Socket closed
trove-taskmanager.log:
ERROR oslo_messaging._drivers.impl_rabbit [req-03f2bd3e-9219-49b4-a079-5427edcf711c admin services - - -] AMQP server 172.16.10.97:5672 closed the connection. Check login credentials: Socket closed
No errors in trove-api.log.
I noticed that all config (trove*.conf) files except guestmanager.conf did not have rabbit_userid
set. Packstack answer file had a user as amq_user
. The password however was correct and matched amq_user. If the config file does not have rabbit_userid
set, I would assume it would use guest user and will cause the above error.
Is this a known issue in packstack/RDO?
Thanks.