summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-support-to-floating-ip-port-forwardings-9dc838a5c5727eb7.yaml
diff options
context:
space:
mode:
authorPedro Henrique <phpm13@gmail.com>2022-04-13 09:32:41 -0300
committerPedro Henrique <phpm13@gmail.com>2022-07-15 10:06:03 -0300
commit7467c710f624aee80de8ef487e5b2c0e78143214 (patch)
tree052fd5c7cfcce2737e66c64fb7641d59d9d08aa0 /releasenotes/notes/add-support-to-floating-ip-port-forwardings-9dc838a5c5727eb7.yaml
parentb720fdaee7cb2bc8d38c63042c0b455cfd2be312 (diff)
downloadpython-neutronclient-7467c710f624aee80de8ef487e5b2c0e78143214.tar.gz
Add support to floating ip port forwarding8.1.0
To extend Horizon to allow users to create port forwarding rules for their floating ips, we need to extend this client to allow it, as Horizon uses this client. This patch is the one of a series of patches to implement floating ip port forwarding with port ranges. The specification is defined in: https://github.com/openstack/neutron-specs/blob/master/specs/wallaby/port-forwarding-port-ranges.rst Implements: blueprint floatingips-portforwarding-ranges Related-Bug: #1885921 Change-Id: I3f616dba5e2ebe301cf6ce4bed8c2e6e4da2da9b
Diffstat (limited to 'releasenotes/notes/add-support-to-floating-ip-port-forwardings-9dc838a5c5727eb7.yaml')
-rw-r--r--releasenotes/notes/add-support-to-floating-ip-port-forwardings-9dc838a5c5727eb7.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/add-support-to-floating-ip-port-forwardings-9dc838a5c5727eb7.yaml b/releasenotes/notes/add-support-to-floating-ip-port-forwardings-9dc838a5c5727eb7.yaml
new file mode 100644
index 0000000..3ba168e
--- /dev/null
+++ b/releasenotes/notes/add-support-to-floating-ip-port-forwardings-9dc838a5c5727eb7.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - |
+ Add support to floating ip port forwarding. \ No newline at end of file