diff options
| author | Pedro Martins <phpm13@gmail.com> | 2019-08-31 20:10:47 -0300 |
|---|---|---|
| committer | Pedro Henrique <phpm13@gmail.com> | 2022-07-13 16:24:15 -0300 |
| commit | bced4852c7a92959f5457360dd91eb397af4d270 (patch) | |
| tree | 2894086d70f01ced23f12c123d693ffd6c00552d /releasenotes | |
| parent | 8f07476e53c8dd9ddeb4bd13f8e186c920eba1ee (diff) | |
| download | python-openstackclient-bced4852c7a92959f5457360dd91eb397af4d270.tar.gz | |
Add port ranges on floating ip portforwardings cli
This patch is 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
Change-Id: If9679c87fd8b770fcd960048e091ee8d59205285
Implements: blueprint floatingips-portforwarding-ranges
Related-Bug: #1885921
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/add-port-ranges-in-port-forwarding-command-8c6ee05cf625578a.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/add-port-ranges-in-port-forwarding-command-8c6ee05cf625578a.yaml b/releasenotes/notes/add-port-ranges-in-port-forwarding-command-8c6ee05cf625578a.yaml new file mode 100644 index 00000000..80e4445e --- /dev/null +++ b/releasenotes/notes/add-port-ranges-in-port-forwarding-command-8c6ee05cf625578a.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Add port ranges support to the ``floating ip port forwarding`` commands. |
