From 3a5abefb1d4e9ee1f86af181b99f2d66f478965e Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 15 Dec 2015 17:48:35 +0800 Subject: [PATCH] Add release note for bp/support-neutron-qos Change-Id: I37802eec640df841494043fc4a23ef3d9067a830 Blueprint: support-neutron-qos --- .../notes/bp-support-neutron-qos-3feb38eb2abdcc87.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/bp-support-neutron-qos-3feb38eb2abdcc87.yaml diff --git a/releasenotes/notes/bp-support-neutron-qos-3feb38eb2abdcc87.yaml b/releasenotes/notes/bp-support-neutron-qos-3feb38eb2abdcc87.yaml new file mode 100644 index 0000000000..f650577ffa --- /dev/null +++ b/releasenotes/notes/bp-support-neutron-qos-3feb38eb2abdcc87.yaml @@ -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.