summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorpedro <phpm13@gmail.com>2020-03-23 15:15:59 -0300
committerpedro <phpm13@gmail.com>2020-04-02 13:15:19 -0300
commit74a7c1d9d6efc545676cec1d9efeb2a86c5bc548 (patch)
tree28520d5d51b3dc9c2d86402c4cbe21112e674ceb /releasenotes/notes
parent70f1ff375ac82f8231c259d9bb671293199d0f67 (diff)
downloadpython-openstackclient-74a7c1d9d6efc545676cec1d9efeb2a86c5bc548.tar.gz
Add description field to portforwarding NAT rules
Add the `description` field to Floating IP Port Forwardings Depends-On: https://review.opendev.org/#/c/705038/ Change-Id: I6477368e32570c96cacddba4f86455262e533277 Implements: blueprint portforwarding-description Closes-Bug: #1850818
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/add-description-field-in-port-forwarding-c536e077b243d517.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-description-field-in-port-forwarding-c536e077b243d517.yaml b/releasenotes/notes/add-description-field-in-port-forwarding-c536e077b243d517.yaml
new file mode 100644
index 00000000..6df5bb3a
--- /dev/null
+++ b/releasenotes/notes/add-description-field-in-port-forwarding-c536e077b243d517.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Add a new option `--description` to
+ ``floating ip port forwarding create`` and
+ ``floating ip port forwarding set`` commands.