Display Network QoS rule type details
Neutron API now supports getting details of supported QoS rule type. This patch adds support for this feature to OpenStack client. Change-Id: I74d16563ce2236a7c899f5994f1dab43ace02138 Depends-On: I448b5d4f8e4ef42eafe50d9d6c63d0be666f98fc Related-Bug: #1686035
This commit is contained in:

committed by
Dean Troyer

parent
8efed05e82
commit
07f0c7aa55
@ -16,3 +16,18 @@ List Network QoS rule types
|
||||
.. code:: bash
|
||||
|
||||
openstack network qos rule type list
|
||||
|
||||
network qos rule type show
|
||||
--------------------------
|
||||
|
||||
Display Network QoS rule type details
|
||||
|
||||
.. program:: network qos rule type show
|
||||
.. code:: bash
|
||||
|
||||
openstack network qos rule type show
|
||||
<rule-type-name>
|
||||
|
||||
.. describe:: <rule-type-name>
|
||||
|
||||
Name of QoS rule type (minimum-bandwidth, dscp-marking, bandwidth-limit)
|
||||
|
Reference in New Issue
Block a user