[RFE] neutron L3 router gateway IP QoS
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Wishlist
|
LIU Yulong |
Bug Description
Now neutron L3 router gateway IP has no way to set QoS.
Description
===========
For floating IPs, it can be associated with QoS policy,
and TC rules according to QoS policy with bandwidth limit
rules will be installed in router namespace.
And, neutron can bind qos policy to the gateway port, but
such proposal is to limit the bandwitdh on L2 perspective.
When QoS is bound to the gateway port, all north-south
traffic is restricted. Such restriction is inflexible.
Therefore, we need to provide an alternative method in the view
of L3. Aka, allowing bind QoS to router gateway IP.
Proposed Change
===============
models:
QosPolicyRouter
API update router gateway json:
{
router": {
"
...
}
}
}
Original RFE
============
[RFE] Create L3 IPs with qos (rate limit)
https:/
Changed in neutron: | |
assignee: | nobody → LIU Yulong (dragon889) |
Changed in neutron: | |
status: | New → In Progress |
tags: | added: neutron-proactive-backport-potential |
tags: |
added: qos removed: neutron-proactive-backport-potential |
tags: | added: rfe |
tags: |
added: rfe-confirmed removed: rfe |
Changed in neutron: | |
importance: | Undecided → Wishlist |
Fix proposed to branch: master /review. openstack. org/567497
Review: https:/