Rodolfo Alonso Hernandez c17819ab58 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
2017-07-05 13:34:33 +00:00

3.4 KiB

network qos policy

A Network QoS policy groups a number of Network QoS rules, applied to a network or a port.

Network v2

network qos policy create

Create new Network QoS policy

network qos policy create

openstack network qos policy create
    [--description <description>]
    [--share | --no-share]
    [--project <project>]
    [--project-domain <project-domain>]
    [--default | --no-default]
    <name>

--description <description>

Description of the QoS policy

--share

Make the QoS policy accessible by other projects

--no-share

Make the QoS policy not accessible by other projects (default)

--project <project>

Owner's project (name or ID)

--project-domain <project-domain>

Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.

--default

Set this as a default network QoS policy

--no-default

Set this as a non-default network QoS policy

New QoS policy specification name

network qos policy delete

Delete Network QoS policy

network qos policy delete

openstack network qos policy delete
     <qos-policy> [<qos-policy> ...]




Network QoS policy(s) to delete (name or ID)

network qos policy list

List Network QoS policies

network qos policy list

openstack network qos policy list
    [--project <project> [--project-domain <project-domain>]]
    [--share | --no-share]

--project <project>

List qos policies according to their project (name or ID)

--project-domain <project-domain>

Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.

--share

List qos policies shared between projects

--no-share

List qos policies not shared between projects

network qos policy set

Set Network QoS policy properties

network qos policy set

openstack network qos policy set
    [--name <name>]
    [--description <description>]
    [--share | --no-share]
    [--default | --no-default]
    <qos-policy>

--name <name>

Name of the QoS policy

--description <description>

Description of the QoS policy

--share

Make the QoS policy accessible by other projects

--no-share

Make the QoS policy not accessible by other projects

--default

Set this as a default network QoS policy

--no-default

Set this as a non-default network QoS policy

Network QoS policy to modify (name or ID)

network qos policy show

Display Network QoS policy details

network qos policy show

openstack network qos policy show
    <qos-policy>




Network QoS policy to display (name or ID)