neutron/neutron/tests
Sławek Kapłoński e2226fe373 Improve validation of supported QoS rules
New way of validation of QoS policy can be applied on port/network based on
port_types. It can validate if port can support rule by rule_type and also by
rule parameters or some values of parameters.

For example bandwidth_limit_rule can have parameter "direction" with
possible values "ingress" and "egress". Some of mechanism drivers can support
only one of those directions.

If user will try to apply policy with rule unsupported by port_type then it
will get error message and policy will not be applied.
Such validation is made during:
* port create
* port update
* network update
* QoS rule create
* QoS rule update

Co-Authored-By: Miguel Angel Ajo <majopela@redhat.com>

Implements blueprint qos-rules-validation
Closes-Bug: #1586056

Change-Id: I75bd18b3a1875daa5639dd141fb7bbd6e1c54118
2017-04-02 16:33:11 +00:00
..
common Throttle SIGHUPs to keepalived 2017-03-28 03:37:09 +00:00
contrib Merge "Switched gate to new neutron-* service names" 2017-04-02 03:49:55 +00:00
etc Pecan: Get loaded by paste deploy 2017-02-17 14:54:27 -06:00
fullstack use neutron_lib's portbindings api-def 2017-03-31 09:16:22 -06:00
functional use neutron_lib's portbindings api-def 2017-03-31 09:16:22 -06:00
retargetable Spin off context module 2017-03-06 16:25:29 +00:00
tempest Merge "Log instance interface addrs in subport test" 2017-04-02 03:05:49 +00:00
unit Improve validation of supported QoS rules 2017-04-02 16:33:11 +00:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Fix some reST field lists in docstrings 2017-03-23 08:50:01 +08:00
fake_notifier.py Pass serializer to oslo.messaging Notifier 2014-06-20 14:58:28 +02:00
post_mortem_debug.py Cleanup recent generalization in post mortem debugger 2014-12-04 15:28:11 +01:00
tools.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00