summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-05 20:57:58 +0000
committerGerrit Code Review <review@openstack.org>2017-07-05 20:57:58 +0000
commitf691b3220c2a64f9e2521a3c872cf9b1c0aa21c2 (patch)
tree5e3af08494e0b97be3f310c4c6fa02eac8f67e7e /doc/source/cli/command-objects
parentf5414fbe91f4d1691f82ef710811bebfc138949e (diff)
parentc17819ab58db7ded30644d63575d47ee3c963ada (diff)
downloadpython-openstackclient-f691b3220c2a64f9e2521a3c872cf9b1c0aa21c2.tar.gz
Merge "Add new parameter "is_default" to Network QoS policy."
Diffstat (limited to 'doc/source/cli/command-objects')
-rw-r--r--doc/source/cli/command-objects/network-qos-policy.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/network-qos-policy.rst b/doc/source/cli/command-objects/network-qos-policy.rst
index a75c32fe..2e86f8f3 100644
--- a/doc/source/cli/command-objects/network-qos-policy.rst
+++ b/doc/source/cli/command-objects/network-qos-policy.rst
@@ -20,6 +20,7 @@ Create new Network QoS policy
[--share | --no-share]
[--project <project>]
[--project-domain <project-domain>]
+ [--default | --no-default]
<name>
.. option:: --description <description>
@@ -43,6 +44,14 @@ Create new Network QoS policy
Domain the project belongs to (name or ID).
This can be used in case collisions between project names exist.
+.. option:: --default
+
+ Set this as a default network QoS policy
+
+.. option:: --no-default
+
+ Set this as a non-default network QoS policy
+
.. _network_qos_policy_create-name:
.. describe:: <name>
@@ -105,6 +114,7 @@ Set Network QoS policy properties
[--name <name>]
[--description <description>]
[--share | --no-share]
+ [--default | --no-default]
<qos-policy>
.. option:: --name <name>
@@ -123,6 +133,14 @@ Set Network QoS policy properties
Make the QoS policy not accessible by other projects
+.. option:: --default
+
+ Set this as a default network QoS policy
+
+.. option:: --no-default
+
+ Set this as a non-default network QoS policy
+
.. _network_qos_policy_set-qos-policy:
.. describe:: <qos-policy>