neutron/neutron/tests
leegy a01780203b Fix meter-label-rule creation
The existing method is to meter outgoing traffic from the entire VM
to a specific "remote_ip_addr"(in case of outbound),
but the method I suggested can meter outgoing traffic
from a particular subnet to external network.

From a metering point of view,
it does not matter which address/CIDR is the destination for outbound.
But, it is important to know where(subnet or VM) the packet leaves from.
That way you can see how much VMs are using the external network.
For outbound metering, dst is 0.0.0.0/0 and src is network of VMs
and for inbound metering, src is 0.0.0.0/0 and dst is network of VMs.

When creating a meter-label-rule, it is correct
to specify src address for "remote_ip_prefix" option for outbound
and specify dst address for inbound.
If you are confused by the term "remote_ip_prefix",
you need to clarify this option.

Change-Id: Ia3f3e26410a73d7b44abae637703fda41c4bc09a
Closes-Bug: #1716913
(cherry picked from commit 92db1d4a2c)
2018-04-16 16:34:22 +00:00
..
common [Fullstack] Change how DSCP marking packets are tested 2018-02-02 18:18:29 +01:00
contrib devstack: switch to new NEUTRON_* variables 2018-01-11 10:44:39 -08:00
etc Remove FWaaS policy.json entries 2016-09-06 21:30:41 +00:00
fullstack test_ha_router: wait until two agents are scheduled 2017-09-07 01:45:46 +00:00
functional Merge "More efficiently clean up OVS ports" into stable/ocata 2018-02-02 02:02:18 +00:00
retargetable Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
tempest Fix missing super's skip_checks() 2017-09-15 18:56:03 +00:00
unit Fix meter-label-rule creation 2018-04-16 16:34:22 +00:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Merge "Use plugin directory fixture" 2017-01-28 06:17:10 +00:00
fake_notifier.py
post_mortem_debug.py
tools.py Display deprecation warning in test only once 2017-01-29 09:44:03 +00:00