summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorzhiyong.dai <zhiyong.dai@easystack.cn>2016-11-26 22:18:57 +0800
committerzhiyong.dai <zhiyong.dai@easystack.cn>2016-11-27 00:42:44 +0800
commit4fafd837ef60c8d12f6a4ed019ed7214f98509f0 (patch)
treefc4b6e9f11c9c097ab729b3205f1b6b73d0388c4 /doc/source
parente35c97a4fc323f9771908566656c172ba4bbd340 (diff)
downloadpython-openstackclient-4fafd837ef60c8d12f6a4ed019ed7214f98509f0.tar.gz
DevRef fix for network qos policy
Several help messages are not proper. This patch will do the following work: * Remove redundant square bracket ']' * Modify the wrong message Change-Id: I2f05d1dc86838dbe77169074f93e467a959d0122
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/command-objects/network-qos-policy.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/source/command-objects/network-qos-policy.rst b/doc/source/command-objects/network-qos-policy.rst
index cf594497..7ec6776c 100644
--- a/doc/source/command-objects/network-qos-policy.rst
+++ b/doc/source/command-objects/network-qos-policy.rst
@@ -38,11 +38,12 @@ Create new Network QoS policy
Owner's project (name or ID)
-.. option:: --project-domain <project-domain>]
+.. option:: --project-domain <project-domain>
Domain the project belongs to (name or ID).
This can be used in case collisions between project names exist.
+.. _network_qos_policy_create-name:
.. describe:: <name>
New QoS policy specification name
@@ -58,6 +59,7 @@ Delete Network QoS policy
openstack network qos policy delete
<qos-policy> [<qos-policy> ...]
+.. _network_qos_policy_delete-qos-policy:
.. describe:: <qos-policy>
Network QoS policy(s) to delete (name or ID)
@@ -102,9 +104,10 @@ Set Network QoS policy properties
Make the QoS policy not accessible by other projects
+.. _network_qos_policy_set-qos-policy:
.. describe:: <qos-policy>
- Network QoS policy(s) to delete (name or ID)
+ Network QoS policy to modify (name or ID)
network qos policy show
-----------------------
@@ -117,6 +120,7 @@ Display Network QoS policy details
openstack network qos policy show
<qos-policy>
+.. _network_qos_policy_show-qos-policy:
.. describe:: <qos-policy>
- Network QoS policy(s) to show (name or ID)
+ Network QoS policy to display (name or ID)