yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #63783
[Bug 1686898] Re: List of available QoS rules should be changed
Reviewed: https://review.openstack.org/461257
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3299cdffae5cd7196a1676da103da5e2e413ec21
Submitter: Jenkins
Branch: master
commit 3299cdffae5cd7196a1676da103da5e2e413ec21
Author: Sławek Kapłoński <slawek@xxxxxxxxxxxx>
Date: Sun Apr 30 08:17:29 2017 +0000
Change list of available qos rules
This patch changes way how neutron calculates which QoS rules
are available to use. It now returns all rule types which are
supported by at least one loaded QoS driver.
If user will want to apply policy with rule unsupported by driver
used by port then it will be catched on port/network update event.
This validation mechanism was introduced in
I75bd18b3a1875daa5639dd141fb7bbd6e1c54118
DocImpact: list of returned available QoS rule types is changed
Change-Id: Ia00d349625db358ab486802fc0ff2e69eaa3895e
Closes-Bug: #1686898
** 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/1686898
Title:
List of available QoS rules should be changed
Status in neutron:
Fix Released
Bug description:
Currently Neutron has API call "qos-available-rule-types" which will return subset of qos rules supported by all loaded drivers (openvswitch, linuxbridge, etc.)
After https://bugs.launchpad.net/neutron/+bug/1586056 was closed it should be done in different way.
Neutron API in response to qos-available-rule-types should return subset of rules supported by ANY of loaded drivers, not by all drivers.
This should be changed because now if rule is supported by at least on of drivers than it can be used and applied to ports bound with this driver. Neutron will not allow to apply such rule to other ports.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1686898/+subscriptions
References