summaryrefslogtreecommitdiff
path: root/releasenotes
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 /releasenotes
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 'releasenotes')
-rw-r--r--releasenotes/notes/bp-neutron-floating-ip-rate-limit-8387c040a6fb9acd.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-neutron-floating-ip-rate-limit-8387c040a6fb9acd.yaml b/releasenotes/notes/bp-neutron-floating-ip-rate-limit-8387c040a6fb9acd.yaml
new file mode 100644
index 00000000..d0aa9cd1
--- /dev/null
+++ b/releasenotes/notes/bp-neutron-floating-ip-rate-limit-8387c040a6fb9acd.yaml
@@ -0,0 +1,11 @@
+---
+features:
+ - |
+ Add support for attaching and removing qos policy to floating IPs.
+
+ Add option ``--qos-policy`` to the ``floating ip create`` and
+ ``floating ip set`` commands to add qos policy to a floating IP.
+
+ Add option ``--no-qos-policy`` to the ``floating ip set`` and option
+ ``--qos-policy`` to the ``floating ip unset`` command to remove the
+ qos policy from a floating IP.