]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix QoS VALID_RULE_TYPES location in devref
authorDongcan Ye <hellochosen@gmail.com>
Tue, 3 Nov 2015 02:13:20 +0000 (10:13 +0800)
committerDongcan Ye <hellochosen@gmail.com>
Tue, 3 Nov 2015 02:19:46 +0000 (10:19 +0800)
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

index a1ab020f179678b011180f1d7e8a60da1225822c..37197fd42943d529c491c52cd05b97225d13088c 100644 (file)
@@ -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.