configuration API server: A slash is appended to vhost name for accessing rabbitmq
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R2.20 |
Fix Committed
|
Medium
|
Ranjeet R | |||
R2.21.x |
Fix Committed
|
Medium
|
Ranjeet R | |||
R2.22.x |
Fix Committed
|
Medium
|
Ranjeet R | |||
R3.0 |
Fix Committed
|
Medium
|
Ranjeet R | |||
Trunk |
Fix Committed
|
Medium
|
Ranjeet R |
Bug Description
Hi,
In contrail-api.conf, vhost = contrail, but on rabbitmq server
side, log shows the user tries to access vhost 'contrail/'.
Could anyone check the code, see if API server appends a '/' to
the vhost name? This is 2.20-64.
contrail-api.conf
-------
rabbit_server = 10.84.29.62
rabbit_user = contrail
rabbit_password = gbNC9HX6z7sG2Jx
rabbit_vhost = contrail
-------
rabbitmq log
-------
=INFO REPORT==== 17-Jul-
accepting AMQP connection <0.9841.1> (10.84.29.69:41322 -> 10.84.29.62:5672)
=ERROR REPORT==== 17-Jul-
closing AMQP connection <0.9841.1> (10.84.29.69:41322 -> 10.84.29.62:5672):
{handshake_
-------
Thanks!
Tony
tags: | added: provisioning |
Changed in juniperopenstack: | |
importance: | Undecided → Medium |
assignee: | nobody → Ranjeet R (rranjeet-n) |
information type: | Proprietary → Public |
Review in progress for https:/ /review. opencontrail. org/12656
Submitter: Ranjeet R (<email address hidden>)