diff options
| author | Slawek Kaplonski <skaplons@redhat.com> | 2021-04-07 23:40:16 +0200 |
|---|---|---|
| committer | Slawek Kaplonski <skaplons@redhat.com> | 2021-06-07 15:34:30 +0200 |
| commit | fa8c8d26a7696d169b0b9d5aaf6b723d8feee08a (patch) | |
| tree | 4cc52ef83217b250b394b69e11cdc4f2e46e0c50 /releasenotes | |
| parent | 82fcf1dbe56ee5dc2cbcba0bab3440afeba6d6ff (diff) | |
| download | python-openstackclient-fa8c8d26a7696d169b0b9d5aaf6b723d8feee08a.tar.gz | |
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
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/L3-conntrack-helper-bd0d9da041747e84.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/L3-conntrack-helper-bd0d9da041747e84.yaml b/releasenotes/notes/L3-conntrack-helper-bd0d9da041747e84.yaml new file mode 100644 index 00000000..de5348dc --- /dev/null +++ b/releasenotes/notes/L3-conntrack-helper-bd0d9da041747e84.yaml @@ -0,0 +1,8 @@ +--- +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. |
