Comment 4 for bug 1705358

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

Reviewed: https://review.openstack.org/491539
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-openvswitch/commit/?id=cf383ecd3fa0aab7bf409885db808d1510152c24
Submitter: Zuul
Branch: master

commit cf383ecd3fa0aab7bf409885db808d1510152c24
Author: Liam Young <email address hidden>
Date: Mon Aug 7 16:58:52 2017 +0100

    Add QoS support

    This patch adds support for reading the 'enable-qos' setting from the
    neutron-plugin-api relation and adding 'qos' to the extension_drivers setting
    if it is True. This is part of a wider set of changes to support QoS across the
    neutron charms.

    A charmhelper sync was performed to pull in the QoS update to the
    NeutronAPIContext.

    Note: Amulet tests will fail until the corresponding neutron-api change
    lands

    Depends-On: I1beba9bebdb7766fd95d47bf13b6f4ad86e762b5
    Change-Id: I9d857a4f2a25c6080963a0f3f6e6592c0a77d133
    Partial-Bug: #1705358