Not able to create New VN due to AMQP server listening wrong port

Bug #1536375 reported by Sarath
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
Trunk
Fix Committed
Critical
Nitish Krishna Kaveri

Bug Description

Thilak debugged the setup and issue due to AMQP server listening wrong port

root@a5d11e36:~# tailf /var/log/neutron/server.log
2016-01-20 12:22:57.407 ERROR [oslo.messaging._drivers.impl_rabbit] AMQP server on 10.87.143.50:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 30 seconds.
2016-01-20 12:23:14.361 INFO [oslo.messaging._drivers.impl_rabbit] Delaying reconnect for 1.0 seconds...
2016-01-20 12:23:15.362 INFO [oslo.messaging._drivers.impl_rabbit] Connecting to AMQP server on 10.87.143.50:5672
2016-01-20 12:23:15.374 ERROR [oslo.messaging._drivers.impl_rabbit] AMQP server on 10.87.143.50:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 30 seconds.
2016-01-20 12:23:27.428 INFO [oslo.messaging._drivers.impl_rabbit] Delaying reconnect for 1.0 seconds...
2016-01-20 12:23:28.428 INFO [oslo.messaging._drivers.impl_rabbit] Connecting to AMQP server on 10.87.143.50:5672
2016-01-20 12:23:28.436 ERROR [oslo.messaging._drivers.impl_rabbit] AMQP server on 10.87.143.50:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 30 seconds.
2016-01-20 12:23:45.399 INFO [oslo.messaging._drivers.impl_rabbit] Delaying reconnect for 1.0 seconds...
2016-01-20 12:23:46.399 INFO [oslo.messaging._drivers.impl_rabbit] Connecting to AMQP server on 10.87.143.50:5672
2016-01-20 12:23:46.411 ERROR [oslo.messaging._drivers.impl_rabbit] AMQP server on 10.87.143.50:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 30 seconds.

root@a5d11e36:~# netstat -anp | grep 5672 | grep -i listen
tcp 0 0 10.87.143.84:5672 0.0.0.0:* LISTEN 14185/beam.smp
tcp 0 0 0.0.0.0:25672 0.0.0.0:* LISTEN 14185/beam.smp
root@a5d11e36:~# vi /etc/rabbitmq/rabbitmq.config ^C

root@a5d11e36:~#
root@a5d11e36:~# grep -r rabbit_port /etc/glance/glance-api.conf
rabbit_port = 5673
root@a5d11e36:~#

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/16422
Submitter: Nitish Krishna Kaveri (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/16422
Committed: http://github.org/Juniper/contrail-puppet/commit/845edc6b59531713aea780b7fc7925b2d3bbcd0c
Submitter: Zuul
Branch: master

commit 845edc6b59531713aea780b7fc7925b2d3bbcd0c
Author: nitishkrishna <email address hidden>
Date: Fri Jan 22 10:48:17 2016 -0800

Closes-Bug: #1536375 - HA provisioning failed due to neutron config errors

Wrong if condition
Rabbit port redeclaration of param error
Rabbit Ha queues cannot be set directly (Refer bug 1536753)

Change-Id: I639bb86e8386333e6e0e2968d6059dda265ae044

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.