neutron/neutron/objects/qos
Rodolfo Alonso Hernandez 9d69822e43 Add "default" behaviour to QoS policies
This patch implements the "default" behaviour for QoS policies.
If this flag is enabled for a QoS policy in a project, all
new networks created will have this QoS policy assigned by default.

If a new QoS policy is created or updated with this flag and another
QoS policy in the same project is set as the default policy, the new
one won't be created or updated. To set another QoS policy as default,
the current one must be unset.

DocImpact: A "default" flag is introduced for QoS policies. If this flag
           is enabled in a QoS policy (attached to a project), then all
           networks created in this project would have this QoS policy
           assigned, unless an explicit policy is specified.
APIImpact

Closes-Bug: #1639220
Change-Id: If5ff2b00fa828f93aa089e275ddbd1ff542b79d4
2017-05-26 23:31:36 +00:00
..
__init__.py First QoS versioned objects, ever 2015-07-02 09:21:45 +03:00
policy.py Add "default" behaviour to QoS policies 2017-05-26 23:31:36 +00:00
qos_policy_validator.py Add check for Bandwidth Limit Rules 2017-05-17 03:51:35 +00:00
rule.py Add QoS bandwidth limit for instance ingress traffic 2017-04-27 12:51:50 +00:00
rule_type.py Remove deprecated support for QoS notification_drivers 2017-04-17 06:32:01 -07:00