diff options
| author | Hongbin Lu <hongbin.lu@huawei.com> | 2017-12-08 22:52:59 +0000 |
|---|---|---|
| committer | Hongbin Lu <hongbin034@gmail.com> | 2018-01-03 21:11:02 +0000 |
| commit | 5fdd0730c88b7a3f65b728c0ea87bb34cbc1d9c4 (patch) | |
| tree | aca35b2cc9cb7afb1dcb217bed2f676427d34453 /releasenotes | |
| parent | b13a323128072f6f56619a816f5be165796171a4 (diff) | |
| download | python-openstackclient-5fdd0730c88b7a3f65b728c0ea87bb34cbc1d9c4.tar.gz | |
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
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/add-device_id-to-port-list-0c658db51ce43c9e.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/add-device_id-to-port-list-0c658db51ce43c9e.yaml b/releasenotes/notes/add-device_id-to-port-list-0c658db51ce43c9e.yaml new file mode 100644 index 00000000..05dae9e9 --- /dev/null +++ b/releasenotes/notes/add-device_id-to-port-list-0c658db51ce43c9e.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Add ``--device-id`` option to the ``port list`` command. |
