neutron/neutron/tests/common
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
2018-12-01 17:45:46 +08:00
..
agents Trivial: Move platform independent modules to common dir 2018-08-14 09:54:01 +03:00
exclusive_resources use synchronized lock decorator from neutron-lib 2017-10-04 13:57:42 -06:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Forbid importing neutron.tests.* from outside tests subtree 2016-09-15 18:42:45 +00:00
config_fixtures.py fullstack: Migration from iptables_hybrid to openvswitch 2018-04-26 16:44:24 +00:00
conn_testers.py ovs-fw: Apply openflow rules immediately during update 2018-04-23 14:49:16 +00:00
helpers.py Always set ovs bridge name in vif:binding-details 2018-10-03 09:59:34 +00:00
l3_test_common.py [L3][QoS] Neutron server side router gateway IP QoS 2018-12-01 17:45:46 +08:00
machine_fixtures.py Merge "fullstack: test for IPv6 north-south traffic" 2016-11-09 12:02:45 +00:00
net_helpers.py Incorporate capability for multiple mac generation 2018-11-08 09:43:33 -05:00