Comment 17 for bug 1708976

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

Reviewed: https://review.openstack.org/491357
Committed: https://git.openstack.org/cgit/openstack/puppet-octavia/commit/?id=a16691710be2bb3bac65c3ecf1954158d4e834a0
Submitter: Jenkins
Branch: master

commit a16691710be2bb3bac65c3ecf1954158d4e834a0
Author: ZhongShengping <chdzsp@163.com>
Date: Mon Aug 7 14:18:27 2017 +0800

    Deprecate oslo.messaging rpc_backend option parameter

    Oslo.messaging uses the transport_url to represent the rpc and
    notification messaging driver to use and its full configuration. The
    rpc_backend configuration option is deprecated for removal and
    should not gate oslo.messaging driver configuration options.

    This patch:
    * deprecate rpc_backend
    * remove conditional check
    * update spec tests
    * add release note

    Change-Id: Icc6fa09cdd5ea20b8126aab577cf9ff9a33d93f7
    Closes-Bug: #1708976