Comment 2 for bug 1486028

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

Reviewed: https://review.openstack.org/215608
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b292e197ff8fde50823717263ae0b13fc66c980b
Submitter: Jenkins
Branch: master

commit b292e197ff8fde50823717263ae0b13fc66c980b
Author: Miguel Angel Ajo <email address hidden>
Date: Fri Aug 21 14:40:05 2015 +0200

    Process update_network in the openvswitch agent

    This will allow ports with attributes related to the network to be
    updated as necessary. Initially QoS extension which is able to
    attach a network policy to the port.

    Another approach would be sending updates to every single port
    on a network, but that doesn't scale well for networks with lots
    of ports.

    Change-Id: Ie28297840b5702a920142af02dd17b10775d76ca
    Partially-Implements: blueprint ml2-qos
    Closes-Bug: 1486028