OpenStack Networking (Neutron)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
LIU Yulong 00bf365025 [L3][QoS] Neutron server side router gateway IP QoS
This patch enables to bind a QoS policy to the router gateway,
then in L3 agent side SNAT traffic for the VMs without floating
IPs can be limited under the policy bandwidth rules. This is
suit for all kinds of L3 routers: DVR, DVR with SNAT HA, L3 HA
and Legacy.

API update router gateway json:
{
router": {
  "external_gateway_info": {
    ...
    "qos_policy_id": "policy-uuid"
    }
  }
}

Depends-On: https://review.openstack.org/#/c/567497/

Partially-Implements blueprint: router-gateway-ip-qos
Closes-Bug: #1757044
Related-Bug: #1596611
Change-Id: I26e22bce7edd1f93b2ac0048b61b14f858938537
5 years ago
api-ref Fix some typos 7 years ago
bin Use os-xenapi for neutron when XenServer as hypervisor 6 years ago
devstack Add propagate_uplink_status to port 5 years ago
doc remove unused methods from CommonDbMixin 5 years ago
etc Add get_availability_zone rule to policy.json 5 years ago
neutron [L3][QoS] Neutron server side router gateway IP QoS 5 years ago
playbooks/legacy Store journal log from host in fullstack's job results 5 years ago
rally-jobs [rally] Port custom plugins to use proper code 5 years ago
releasenotes [L3][QoS] Neutron server side router gateway IP QoS 5 years ago
tools Update abandon_old_reviews script to check Zuul votes 5 years ago
.coveragerc Cleanup coverage configuration 7 years ago
.gitignore Switch to stestr 5 years ago
.gitreview Fix .gitreview to not point at a branch 8 years ago
.mailmap Add mailmap entry 9 years ago
.pylintrc Disable some pylint checks 5 years ago
.stestr.conf Fix post gate hook to accommodate for new os-testr 6 years ago
.zuul.yaml Cleanup old jobs from experimental queue 5 years ago
CONTRIBUTING.rst Update link for contribution 6 years ago
HACKING.rst Update the documentation link for doc migration 6 years ago
LICENSE Adding Apache Version 2.0 license file. This is the official license agreement under which Quantum code is available to 12 years ago
README.rst Add release notes link in README 5 years ago
TESTING.rst doc: Small clearances for fullstack testing 5 years ago
babel.cfg Use babel to generate translation file 11 years ago
bindep.txt Add libffi-dev to bindep.txt 6 years ago
lower-constraints.txt Merge "Update lower-constraints to meet neutron-lib" 5 years ago
requirements.txt Merge "Update lower-constraints to meet neutron-lib" 5 years ago
setup.cfg [L3][QoS] Neutron server side router gateway IP QoS 5 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Upgrade pylint to a version that works with python3 5 years ago
tox.ini Merge "tox: Hide deprecation warnings" 5 years ago

README.rst

Team and repository tags

image

Welcome!

To learn more about neutron:

Get in touch via email. Use [Neutron] in your subject.

To learn how to contribute:

CONTRIBUTING.rst