Comment 2 for bug 1667362

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-cloud-controller (master)

Reviewed: https://review.openstack.org/437503
Committed: https://git.openstack.org/cgit/openstack/charm-nova-cloud-controller/commit/?id=86e59d7457f8cc6c4ce72e231ac4e78c04ac678a
Submitter: Jenkins
Branch: master

commit 86e59d7457f8cc6c4ce72e231ac4e78c04ac678a
Author: David Ames <email address hidden>
Date: Thu Feb 23 11:43:10 2017 -0500

    Charm-heleprs sync for AMQP context fix

    In Ocata nova uses the transport_url for communication to rabbitmq.
    In the charm the default port 5672 was assumed. However, when
    rabbitmq uses SSL it changes the port to 5671.

    This pulls in the fix which makes the default port explicit and
    changes the port when SSL is in use.

    Change-Id: Ic9c24d33550c4c899cabca3667871212dabac1f7
    Closes-bug: #1667362