Comment 2 for bug 1633580

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (master)

Reviewed: https://review.openstack.org/386761
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=597194a4199b34e1389b26f080ae1fefccbca924
Submitter: Jenkins
Branch: master

commit 597194a4199b34e1389b26f080ae1fefccbca924
Author: Brent Eagles <email address hidden>
Date: Fri Oct 14 16:35:44 2016 -0230

    Add port to rabbitmq node ip list

    We use the rabbit_hosts configuration for most of our services but we
    haven't been adding the configured port. This patch appends the IP port
    used provided to the service's heat template to the IPs in the list.

    Note: while we could use the value set for the rabbitmq server in
    rabbitmq::port, it doesn't allow for dealing with SSL. This also is also
    backwards compatible with the RabbitClientPort parameters used in the
    heat templates.

    Change-Id: I0000f039144a6b0e98c0a148dc69324f60db3d8b
    Closes-Bug: #1633580