Reviewed: https://review.opendev.org/703537 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=dcec852b7f091c67a378db96c4841c3eec0d496a Submitter: Zuul Branch: master
commit dcec852b7f091c67a378db96c4841c3eec0d496a Author: Yunxiang Tao <[email protected]> Date: Mon Feb 3 16:40:19 2020 +0800 [OVN] Update QoS related code from networking-ovn In terms of [1], patch [0] has import the lasted code of ovn_client.py, but not "/networking_ovn/ml2/qos_driver.py", so this patch will update it. [0] https://review.opendev.org/#/c/697316/ [1] https://review.opendev.org/#/c/692084/ Change-Id: Iefff6cdf070d234c4ea9c8e1d5fdfe4542eb7fa3 Closes-Bug: #1813551 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1813551 Title: [OVN]Missing ingress QoS in OVN Status in neutron: Fix Released Bug description: Currently, OpenvSwitch is supported QoS for both directions include ingress and egress. OVN is using internal OvS so OVN can support too. But When I saw source code in [1], OVN support egress only. So we need take some works for that. [1] - https://github.com/openstack/networking-ovn/blob/master/networking_ovn/ml2/qos_driver.py#L38 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1813551/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

