python-openstackclient/releasenotes/notes/add-device_id-to-port-list-0c658db51ce43c9e.yaml
Hongbin Lu 5fdd0730c8 Allow ports filtering with device_id
Right now, if a neutron port is owned by a container powered by
Kuryr, there is no way to list and filter those ports because
OSC assumed a neutron port is owned by either a server or router.
This patch adds support for that by introducing an option '--device-id'
to the 'port list' command.

Change-Id: Ib1fd27e8d843a99fb02ccabd8a12a24ac27cec9c
2018-01-03 21:11:02 +00:00

5 lines
81 B
YAML

---
features:
- |
Add ``--device-id`` option to the ``port list`` command.