Comment 7 for bug 1839165

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/stein)

Reviewed: https://review.opendev.org/677146
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=e95b583b10377c0ae5c43f11614f48aed5df2395
Submitter: Zuul
Branch: stable/stein

commit e95b583b10377c0ae5c43f11614f48aed5df2395
Author: Mark Goddard <email address hidden>
Date: Wed Aug 7 13:50:21 2019 +0100

    Use default BGP speaker driver in bgp_dragent.ini

    In the Stein release, neutron-dynamic-routing switched from
    using ryu to os-ken (a fork of ryu). The config option
    bgp_speaker_driver [1] is currently set in kolla-ansible to use the ryu
    driver, but this is not included in the image due to it being removed
    from neutron-dynamic-routing's requirements.txt.

    This change uses the os-ken driver for bgp_speaker_driver, since this
    package is included in the image.

    [1] https://docs.openstack.org/neutron-dynamic-routing/latest/contributor/dragent-drivers.html#bgp-driver

    Change-Id: I76ad84c6b963818208f080ebeb054b2553ff40af
    Closes-Bug: #1839165
    (cherry picked from commit a13bc5504278346154fa5205683cf2bc64977b14)