summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-01-11 21:03:18 +0000
committerGerrit Code Review <review@openstack.org>2018-01-11 21:03:18 +0000
commit8abf6bf5ba389a0ebbd202d69d0dbf8b64bb30d6 (patch)
treecf1de6ec8e717e30658c5ee3449c5170e3102d12 /releasenotes/notes
parentcc47c075a067e3f4f3bb80dd933cdd4d483b8105 (diff)
parentcf91d7a2f46b4a8546169a4836cc64476fce44d8 (diff)
downloadpython-openstackclient-8abf6bf5ba389a0ebbd202d69d0dbf8b64bb30d6.tar.gz
Merge "Add floating IP qos_policy actions"
Diffstat (limited to 'releasenotes/notes')
-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.