summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-06 01:43:44 +0000
committerGerrit Code Review <review@openstack.org>2017-04-06 01:43:44 +0000
commit8983373e52e49ee8d6fa603f689957a915191759 (patch)
tree1e4c68e65bf5d4cda48cae4a892e24e05ba350cf /doc/source/command-objects
parent27f96a3a7a5515ff621300a917872b5ec62f41de (diff)
parent5ff2cfd042de7afc4323a3b306ff5be1882fba46 (diff)
downloadpython-openstackclient-8983373e52e49ee8d6fa603f689957a915191759.tar.gz
Merge "Add "qos-policy" option to "port create" & "port set""
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/port.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst
index ddfbb445..b3f4c7f9 100644
--- a/doc/source/command-objects/port.rst
+++ b/doc/source/command-objects/port.rst
@@ -30,6 +30,7 @@ Create new port
[--security-group <security-group> | --no-security-group]
[--dns-name <dns-name>]
[--allowed-address ip-address=<ip-address>[,mac-address=<mac-address>]]
+ [--qos-policy <qos-policy>]
[--project <project> [--project-domain <project-domain>]]
[--enable-port-security | --disable-port-security]
<name>
@@ -104,6 +105,10 @@ Create new port
ip-address=<ip-address>[,mac-address=<mac-address>]
(repeat option to set multiple allowed-address pairs)
+.. option:: --qos-policy <qos-policy>
+
+ Attach QoS policy to this port (name or ID)
+
.. option:: --project <project>
Owner's project (name or ID)
@@ -217,6 +222,7 @@ Set port properties
[--binding-profile <binding-profile>]
[--no-binding-profile]
[--host <host-id>]
+ [--qos-policy <qos-policy>]
[--enable | --disable]
[--name <name>]
[--mac-address <mac-address>]
@@ -274,6 +280,10 @@ Set port properties
Allocate port on host ``<host-id>`` (ID only)
+.. option:: --qos-policy <qos-policy>
+
+ Attach QoS policy to this port (name or ID)
+
.. option:: --enable
Enable port
@@ -359,6 +369,7 @@ Unset port properties
[--binding-profile <binding-profile-key> [...]]
[--security-group <security-group> [...]]
[--allowed-address ip-address=<ip-address>[,mac-address=<mac-address>] [...]]
+ [--qos-policy]
<port>
.. option:: --fixed-ip subnet=<subnet>,ip-address=<ip-address>
@@ -383,6 +394,10 @@ Unset port properties
ip-address=<ip-address>[,mac-address=<mac-address>]
(repeat option to unset multiple allowed-address pairs)
+.. option:: --qos-policy
+
+ Remove the QoS policy attached to the port
+
.. _port_unset-port:
.. describe:: <port>