neutron-lib/releasenotes/notes/expose-port-forwarding-in-fip-a7880506cea0ad1d.yaml
ZhaoBo e863e8f1cd Extend port_forwardings field in Floatingip response
This patch introduces a new API extension for exposing
port_forwardings field in Floatingip response.

This extension requires the router and port_forwarding service plugins.

This change implements the effect of port forwarding on
the existing Floatingip API, as specified in [1]

[1]
https://specs.openstack.org/openstack/neutron-specs/rocky/port-forwarding.html

Change-Id: Ia35b57fb26a0cf277f31816e90d24f91ca1f63d1
Partial-Bug: #1491317
2018-07-09 09:47:24 +08:00

7 lines
243 B
YAML

---
features:
- |
Introduced ``expose-port-forwarding-in-fip`` API extension for exposing
``port_forwardings`` field in ``FloatingIP`` API response. This extension
requires the ``router`` and ``port_forwarding`` service plugins.