python-neutronclient/releasenotes/notes/port-bindings-c3f36bd76ece0a71.yaml
Stephen Finucane 59145be07e Add support for port bindings
The port bindings API has been around since Pike but has never been
exposed via neutronclient. We still use this in nova so it would be nice
to avoid having to create a KSA client manually for this stuff. We don't
need to expose things via the UI, just the client itself, so do that.

Change-Id: Ied1a057186f0819166df84725b09ded314930a1d
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Sem-Ver: feature
2020-02-10 10:29:47 +00:00

6 lines
175 B
YAML

---
features:
- |
New client methods: ``create_port_binding``, ``delete_port_binding``,
``show_port_binding``, ``list_port_bindings`` and ``activate_port_binding``.