From c17819ab58db7ded30644d63575d47ee3c963ada Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Thu, 16 Feb 2017 18:55:02 +0000 Subject: Add new parameter "is_default" to Network QoS policy. Add a set of exclusive parameters to the Network QoS policy: --default: makes this policy the default policy for the project to which the qos policy belongs. --no-default: unset the property. Closes-Bug: #1639220 Depends-On: If5ff2b00fa828f93aa089e275ddbd1ff542b79d4 Depends-On: Ibe7b7881cb190bfd5582f35b6de51a8bc21135de Change-Id: I0269b837dc29bbd8ee2089d847cadb72d800fa30 --- doc/source/cli/command-objects/network-qos-policy.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc/source/cli/command-objects') 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-domain ] + [--default | --no-default] .. option:: --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:: @@ -105,6 +114,7 @@ Set Network QoS policy properties [--name ] [--description ] [--share | --no-share] + [--default | --no-default] .. option:: --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:: -- cgit v1.2.1