From: Josh Date: Wed, 4 Apr 2018 11:46:04 +0000 (+0300) Subject: Add feature identity for qos rule types X-Git-Tag: release/fluorine~33^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=13f2ce4ae88a51293c5c3991d1480e9e98d6aea7;p=neutron.git Add feature identity for qos rule types This patch is preperation for supporting some qos features and more specifically the feature negotiation of those features. See https://review.openstack.org/#/c/558554/ for details. Change-Id: I18423ba66cd62b1b099c81cb545412a317a8520c Signed-off-by: Josh --- diff --git a/model/src/main/yang/neutron-extensions.yang b/model/src/main/yang/neutron-extensions.yang index 93d505dfd..1581e96ff 100644 --- a/model/src/main/yang/neutron-extensions.yang +++ b/model/src/main/yang/neutron-extensions.yang @@ -71,6 +71,14 @@ module neutron-extensions { base service-provider-feature-type-base; } + identity qos-rules { + description "The qos rules supported. The configuration leaf should + contain a json string such that models the supported_rules + parameter of neutron_lib.services.qos.DriverBase"; + + base service-provider-feature-type-base; + } + grouping service-provider-feature-attributes { leaf service-provider-feature { type identityref {