python-openstackclient/releasenotes/notes/L3-conntrack-helper-bd0d9da041747e84.yaml
Slawek Kaplonski fa8c8d26a7 Add support for Neutron's L3 conntrack helper resource
Neutron has got CRUD API for L3 conntrack helper since some time.
This patch adds support for it in the OSC.
OpenStack SDK supports that since [1]

This patch also bumps minimum OpenStack SDK version to
the 0.56.0 as that version introduced support for the
Neutron's L3 conntrack helper.

[1] https://review.opendev.org/c/openstack/openstacksdk/+/782870

Change-Id: I55604182ae50b6ad70c8bc1f7efad8859f191269
2021-06-07 15:34:30 +02:00

9 lines
307 B
YAML

---
features:
- |
Add new commands ``network l3 conntrack helper create``,
``network l3 conntrack helper set``, ``network l3 conntrack helper show``,
``network l3 conntrack helper set`` and
``network l3 conntrack helper delete`` to support Neutron L3 conntrack
helper CRUD operations.