comment out RABBITMQ_NODE_PORT

Setting RABBITMQ_NODE_PORT in the ssl case causes duplicate
listeners to be defined, and rabbitmq-server will fail to start.
This commit is contained in:
Miroslav Suchý
2015-01-26 15:14:07 +00:00
parent 0d5253915a
commit 68fccebf92

View File

@@ -140,7 +140,7 @@
# http://docs.openstack.org/icehouse/install-guide/install/yum/content/basics-queue.html
# https://openstack.redhat.com/Securing_services#qpid
#### FIXME
#it seems that packstack use rabbitmq, but it is not enabled nor configured
- lineinfile: dest=/etc/rabbitmq/rabbitmq-env.conf regexp="^RABBITMQ_NODE_PORT=" state="absent"
- service: name=rabbitmq-server state=started
# configure cider with multi back-end