diff options
| author | songminglong <songminglong@cmss.chinamobile.com> | 2016-11-13 10:11:03 +0800 |
|---|---|---|
| committer | songminglong <songminglong@cmss.chinamobile.com> | 2016-11-13 10:11:03 +0800 |
| commit | 839c5f7a84b48cecbc80606e894b7906fa01d66b (patch) | |
| tree | d33b72d4c839af8a8dbe00b299350273a8790a7f /doc/source/command-objects | |
| parent | 95c26cebaa6bf7419a54d632b07ea5303ad0d134 (diff) | |
| download | python-openstackclient-839c5f7a84b48cecbc80606e894b7906fa01d66b.tar.gz | |
Add '--network' and other options to floating ip list
The patch adds filtering '--network', '--port',
'--fixed-ip-address' options to floating ip list command
Partial-Bug: #1614379
Change-Id: I82319d0985d9e864431097c90264a20bf88167cc
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/floating-ip.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/source/command-objects/floating-ip.rst b/doc/source/command-objects/floating-ip.rst index 2ab21f36..b2cc8af0 100644 --- a/doc/source/command-objects/floating-ip.rst +++ b/doc/source/command-objects/floating-ip.rst @@ -72,6 +72,27 @@ List floating IP(s) .. code:: bash os floating ip list + [--network <network>] + [--port <port>] + [--fixed-ip-address <fixed-ip-address>] + +.. option:: --network <network> + + List floating IP(s) according to given network (name or ID) + + *Network version 2 only* + +.. option:: --port <port> + + List floating IP(s) according to given port (name or ID) + + *Network version 2 only* + +.. option:: --fixed-ip-address <fixed-ip-address> + + List floating IP(s) according to given fixed IP address + + *Network version 2 only* floating ip show ---------------- |
