Add release note for bp/support-neutron-qos

Change-Id: I37802eec640df841494043fc4a23ef3d9067a830
Blueprint: support-neutron-qos
This commit is contained in:
huangtianhua 2015-12-15 17:48:35 +08:00
parent 2e6f5e1220
commit 3a5abefb1d
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
features:
- OS::Neutron::QoSPolicy resource plugin is added to support
QoS policy, which is provided by neutron ``qos`` API extension.
- OS::Neutron::QoSBandwidthLimitRule resource plugin is added
to support neutron QoS bandwidth limit rule, which is provided
by neutron ``qos`` API extension.
- Resources ``OS::Neutron::Port`` and ``OS::Neutron::Net`` now support
``qos_policy`` optional property, that will associate with QoS
policy to offer different service levels based on the policy rules.