9d69822e43
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
7 lines
191 B
YAML
7 lines
191 B
YAML
---
|
|
prelude: >
|
|
Add 'default' behaviour to QoS policies
|
|
features:
|
|
- Neutron now supports having a default QoS policy in a project, assigned
|
|
automatically to all new networks created.
|