Files
neutron-lib/releasenotes/notes/add-port-ranges-support-in-port-forwarding-417da8ef7e2ec140.yaml
pedro 69f4c6399d Add port-ranges on portforwarding api
This patch is the first 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: Ief57a797a1b1ed34f1d7ec9d7d9f983451647696
Implements: blueprint floatingips-portforwarding-ranges
Related-Bug: #1885921
2021-04-06 09:49:40 -03:00

11 lines
428 B
YAML

---
features:
- |
Add new fields ``internal_port_range`` and ``external_port_range`` to
allow users to create port forwardings using port ranges instead of
creating the ports rules one by one.
Update fields ``internal_port`` and ``external_port`` in floating ip
portforwardings to be optional, as now you can chose between using them
or the ``internal_port_range`` and ``external_port_range`` fields.