TSC-115: Fix MinimumBandwidthRule direction 60/72460/3
authorVishal Thapar <vthapar@redhat.com>
Wed, 30 May 2018 06:51:59 +0000 (12:21 +0530)
committerVishal Thapar <vthapar@redhat.com>
Sun, 3 Jun 2018 12:13:34 +0000 (17:43 +0530)
commit03710d816e00e588374a9460df935f4f3442bb3a
tree1e382fbab669109b734b35ec4c6c62d51de795fa
parent9ae6e19a2d7bc8d9f82a638b73e4efd04c9e8571
TSC-115: Fix MinimumBandwidthRule direction

minimumbandswidth-rule-attributes has wrongly
defined direction to be constants:direction-minimum-base.
constants:direciton-minimum-base is not reqired at all
as there are already ingress/egress defined.

Changes it to remove the redundant and wrong yang attribute
and fix rest of the code to use the correct direction classes.

Change-Id: I93febb29a77aa19428a3211eaf1712d84388a7d7
JIRA:NEUTRON-163
Signed-off-by: Vishal Thapar <vthapar@redhat.com>
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
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