Comment 10 for bug 1838696

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-neutron-dynamic-routing (master)

Reviewed: https://review.opendev.org/674618
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-dynamic-routing/commit/?id=35ddec55cf03d2d634d56d1fb3657dfbb3b77637
Submitter: Zuul
Branch: master

commit 35ddec55cf03d2d634d56d1fb3657dfbb3b77637
Author: Corey Bryant <email address hidden>
Date: Mon Aug 5 10:18:21 2019 -0400

    Use "rabbit_use_ssl" for ocata

    Ensure "rabbit_use_ssl" is specified in the [oslo_messaging_rabbit]
    config section instead of "ssl" for Ocata, since "ssl" was not yet
    introduced.

    This is fixed by using section-oslo-messaging-rabbit for pike and
    above rather than ocata and above, and using section-rabbitmq-oslo
    for ocata.

    Change-Id: I9209a3cdc9b52a918621ad2c328e67aa616f18d6
    Closes-Bug: #1838696