From 13f2ce4ae88a51293c5c3991d1480e9e98d6aea7 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 4 Apr 2018 14:46:04 +0300 Subject: [PATCH] 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 --- model/src/main/yang/neutron-extensions.yang | 8 ++++++++ 1 file changed, 8 insertions(+) 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 { -- 2.36.6