Bug 1093829
Summary: | [RFE] [Neutron] Network QoS API and first phase implementation of rate-limiting | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Stephen Gordon <sgordon> |
Component: | openstack-neutron | Assignee: | Miguel Angel Ajo <majopela> |
Status: | CLOSED ERRATA | QA Contact: | Itzik Brown <itbrown> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | beagles, chrisw, jschluet, lpeer, majopela, nyechiel, oblaut, ohochman, pablo.iranzo, rhos-integ, tfreger, yeylon |
Target Milestone: | beta | Keywords: | FutureFeature |
Target Release: | 8.0 (Liberty) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-neutron-7.0.0-4.el7ost | Doc Type: | Enhancement |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-04-07 20:58:56 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1266029, 1266104, 1266381 | ||
Bug Blocks: | 1271974, 1273812 |
Description
Stephen Gordon
2014-05-02 18:46:52 UTC
*** Bug 1042406 has been marked as a duplicate of this bug. *** *** Bug 986499 has been marked as a duplicate of this bug. *** *** Bug 986501 has been marked as a duplicate of this bug. *** *** Bug 986502 has been marked as a duplicate of this bug. *** This is what we implemented for Liberty: http://specs.openstack.org/openstack/neutron-specs/specs/liberty/qos-api-extension.html Only for OVS, no LB support yet. I will link the ongoing patch for the user guide and API documentation. RHEL OpenStack Platform 8 introduces a new extensible API for defining network QoS policies. Policies could be applied: * Per port - a specific Neutron port gets the policy applied * Per network - all the ports plugged on the network inherit the policy Initial support allows for policing - the ability to rate limit the traffic that a VM is allowed to send so that packets beyond the specified rate are dropped - with virtual interfaces using OVS or Virtual Functions (VFs) using SR-IOV. A policy can be dynamically applied, modified or removed on the fly. Checked openstack-neutron-7.0.1-10.el7ost.noarch Back to ON_QA - we're waiting for OSPD version that supports QOS - https://bugzilla.redhat.com/show_bug.cgi?id=1266104 Closing - QoS is supported in OSPD. See https://bugzilla.redhat.com/show_bug.cgi?id=1266104 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-0603.html |