Adds Minimum Bandwidth Rule to the Qos Policy 70/60170/40
authorPramod <pramod.raghavendra.jayathirth@intel.com>
Mon, 10 Jul 2017 22:36:19 +0000 (15:36 -0700)
committerpramod.rj07 <pramod.raghavendra.jayathirth@intel.com>
Wed, 17 Jan 2018 01:14:19 +0000 (17:14 -0800)
commitf6ef09f66111ff05feccf38c21fe9583549b1bfa
treeb8a975e5b00f46ec080c915ebf34e79f63d0fe45
parent7e87453b42e69b852cdd34ffba821b8686d40978
Adds Minimum Bandwidth Rule to the Qos Policy

Qos Feature on Neutron Northbound has supported
two rules initially. This patch facilitates the
addition of a third rule (minimim bandwidth rule)

https://specs.openstack.org/openstack/neutron-specs/specs/newton/ml2-qos-minimum-egress-bw-support.html

Change-Id: Ia3681a28e01c886f6e4ab84d16cf3204e0dad709
Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
integration/test/src/test/java/org/opendaylight/neutron/e2etest/NeutronQosPolicyTests.java
model/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/neutron/constants/rev150712/NeutronUtils.java
model/src/main/yang/neutron-constants.yang
model/src/main/yang/neutron-qos.yang
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronQosMinimumBandwidthRule.java [new file with mode: 0644]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronQosPolicy.java
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronQosJAXBTest.java
resources/Neutron_Northbound_Qos_Rest.postman_collection.json
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronMeteringLabelRuleInterface.java
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronQosPolicyInterface.java
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronSecurityRuleInterface.java