From 6e8e83f75ad98872ede5bbd6eb4ca4670077a1bc Mon Sep 17 00:00:00 2001 From: Dongcan Ye Date: Tue, 3 Nov 2015 10:13:20 +0800 Subject: [PATCH] Fix QoS VALID_RULE_TYPES location in devref In QoS devref, replace neutron.extensions.qos.VALID_RULE_TYPES by neutron.services.qos.qos_consts.VALID_RULE_TYPES. Change-Id: Id98b906733fd44bb03da2b38f3bb9a9e35174bfc --- doc/source/devref/quality_of_service.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/devref/quality_of_service.rst b/doc/source/devref/quality_of_service.rst index a1ab020f1..37197fd42 100644 --- a/doc/source/devref/quality_of_service.rst +++ b/doc/source/devref/quality_of_service.rst @@ -81,7 +81,7 @@ Supported QoS rule types Any plugin or Ml2 mechanism driver can claim support for some QoS rule types by providing a plugin/driver class property called 'supported_qos_rule_types' that should return a list of strings that correspond to QoS rule types (for the list -of all rule types, see: neutron.extensions.qos.VALID_RULE_TYPES). +of all rule types, see: neutron.services.qos.qos_consts.VALID_RULE_TYPES). In the most simple case, the property can be represented by a simple Python list defined on the class. -- 2.45.2