summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects
diff options
context:
space:
mode:
authorSławek Kapłoński <slawek@kaplonski.pl>2017-09-07 20:34:15 +0000
committerDean Troyer <dtroyer@gmail.com>2017-11-05 17:52:08 -0600
commit07f0c7aa55920d65035124c9e8bfe8452356c811 (patch)
tree90e16fb733a172c49990df7bd3d07b79d9642f3c /doc/source/cli/command-objects
parent8efed05e823eb76f309c0fee821fdc67a9886a3a (diff)
downloadpython-openstackclient-07f0c7aa55920d65035124c9e8bfe8452356c811.tar.gz
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
Diffstat (limited to 'doc/source/cli/command-objects')
-rw-r--r--doc/source/cli/command-objects/network-qos-rule-type.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/network-qos-rule-type.rst b/doc/source/cli/command-objects/network-qos-rule-type.rst
index ee53e30b..de6f2474 100644
--- a/doc/source/cli/command-objects/network-qos-rule-type.rst
+++ b/doc/source/cli/command-objects/network-qos-rule-type.rst
@@ -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)