diff options
| author | Jas <singhj@us.ibm.com> | 2016-03-11 13:02:47 -0600 |
|---|---|---|
| committer | Jas <singhj@us.ibm.com> | 2016-03-16 13:20:40 -0500 |
| commit | 62a02466c30e32f8eb54a70497eacacb7fa5c9bf (patch) | |
| tree | 0238a1882126468785fc27f434ed54b01f9cdd00 /doc/source/command-objects | |
| parent | f8ac17ac52fa42067c881254e243ebe4514624be (diff) | |
| download | python-openstackclient-62a02466c30e32f8eb54a70497eacacb7fa5c9bf.tar.gz | |
Add option to allow filtering by router on port list
Added support to allow filtering ports via --router
option to list ports that are applicable to specific router.
Partial-bug: #1519909
Partially-implements: blueprint neutron-client
Change-Id: I6dd958603909f641735c821a62fc0d45afd5c7ec
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/port.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst index e9c09173..19107162 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -108,6 +108,11 @@ List ports .. code:: bash os port list + [--router <router>] + +.. option:: --router <router> + + List only ports attached to this router (name or ID) port set -------- |
