Comment 17 for bug 1817672

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

Reviewed: https://review.openstack.org/639274
Committed: https://git.openstack.org/cgit/openstack/charm-nova-cloud-controller/commit/?id=66b4c91b5ff6e285f553af5f39b59a5dc68aacd0
Submitter: Zuul
Branch: master

commit 66b4c91b5ff6e285f553af5f39b59a5dc68aacd0
Author: Corey Bryant <email address hidden>
Date: Tue Feb 26 09:08:43 2019 +0000

    Drop deprecated 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.

    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

    Change-Id: Id4a31a8ccfb2735d76dffe30c91c3ae733baa76b
    Closes-Bug: #1817672