summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects/floating-ip.rst
diff options
context:
space:
mode:
authorLIU Yulong <i@liuyulong.me>2017-11-05 12:05:09 +0800
committerDean Troyer <dtroyer@gmail.com>2018-01-11 18:10:11 +0000
commitcf91d7a2f46b4a8546169a4836cc64476fce44d8 (patch)
tree73cf917909abab77be6f594892b94b025637033d /doc/source/cli/command-objects/floating-ip.rst
parentb13a323128072f6f56619a816f5be165796171a4 (diff)
downloadpython-openstackclient-cf91d7a2f46b4a8546169a4836cc64476fce44d8.tar.gz
Add floating IP qos_policy actions
Now we can associate a qos policy to the floating IP, and dissociate it. The commands are: $ openstack floating ip create --qos-policy ... $ openstack floating ip set --qos-policy ... $ openstack floating ip set --no-qos-policy ... $ openstack floating ip unset --qos-policy These commands are based on the neutron change: I4efe9e49d268dffeb3df4de4ea1780152218633b Partially-Implements blueprint: floating-ip-rate-limit Change-Id: I932b32f78cc5a2b53926feaec1a0b392cf7e8b57
Diffstat (limited to 'doc/source/cli/command-objects/floating-ip.rst')
-rw-r--r--doc/source/cli/command-objects/floating-ip.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/floating-ip.rst b/doc/source/cli/command-objects/floating-ip.rst
index f2f101d3..d9ed2307 100644
--- a/doc/source/cli/command-objects/floating-ip.rst
+++ b/doc/source/cli/command-objects/floating-ip.rst
@@ -18,6 +18,7 @@ Create floating IP
[--floating-ip-address <ip-address>]
[--fixed-ip-address <ip-address>]
[--description <description>]
+ [--qos-policy <qos-policy>]
[--project <project> [--project-domain <project-domain>]]
<network>
@@ -46,6 +47,12 @@ Create floating IP
Set floating IP description
*Network version 2 only*
+.. option:: --qos-policy <qos-policy>
+
+ QoS policy to attach to the floating IP (name or ID)
+
+ *Network version 2 only*
+
.. option:: --project <project>
Owner's project (name or ID)
@@ -154,6 +161,7 @@ Set floating IP properties
openstack floating ip set
--port <port>
[--fixed-ip-address <ip-address>]
+ [--qos-policy <qos-policy> | --no-qos-policy]
<floating-ip>
.. option:: --port <port>
@@ -164,6 +172,14 @@ Set floating IP properties
Fixed IP of the port (required only if port has multiple IPs)
+.. option:: --qos-policy <qos-policy>
+
+ Attach QoS policy to the floating IP (name or ID)
+
+.. option:: --no-qos-policy
+
+ Remove the QoS policy attached to the floating IP
+
.. _floating_ip_set-floating-ip:
.. describe:: <floating-ip>
@@ -193,12 +209,17 @@ Unset floating IP Properties
openstack floating ip unset
--port
+ --qos-policy
<floating-ip>
.. option:: --port
Disassociate any port associated with the floating IP
+.. option:: --qos-policy
+
+ Remove the QoS policy attached to the floating IP
+
.. _floating_ip_unset-floating-ip:
.. describe:: <floating-ip>