Comment 21 for bug 1817672

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

Reviewed: https://review.openstack.org/639270
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-api/commit/?id=56873b0c3e68fa6749cac9cc1612c9d297eb8a8a
Submitter: Zuul
Branch: master

commit 56873b0c3e68fa6749cac9cc1612c9d297eb8a8a
Author: Corey Bryant <email address hidden>
Date: Tue Feb 26 10:23:40 2019 +0000

    Update rabbit driver config options

    The stein version of python-oslo.messaging (9.0.0+) has removed
    the following config options from the [oslo_messaging_rabbit]
    section:

    rabbit_host, rabbit_port, rabbit_hosts, rabbit_userid,
    rabbit_password, rabbit_virtual_host rabbit_max_retries, and
    rabbit_durable_queues.

    The above change requires a sync from charm-helpers.

    Additionally the transport_url directive has been moved to the
    [DEFAULT] section.

    These have been deprecated since Ocata, therefore this change
    will be provided to pre-Stein templates in order to drop
    deprecation warnings.

    See release notes at:
    https://docs.openstack.org/releasenotes/oslo.messaging/index.html

    test_300_neutron_config is also removed in this change as amulet
    tests no longer need to confirm config file settings.

    Change-Id: I3c22b6ca1992b3c20ed83afc430545999096d370
    Closes-Bug: #1817672