
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
11 lines
428 B
YAML
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.
|