mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 13:32:30 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user