diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-11-18 23:08:20 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-11-18 23:08:20 +0000 |
| commit | f4536e708dff37edcaf79ea85c9f68206315edea (patch) | |
| tree | cc4778af9447bb225e621e733f2e51829ea805de /doc | |
| parent | 5787d3cbae924cc0c5f51340d740ccafd777f0be (diff) | |
| parent | 839c5f7a84b48cecbc80606e894b7906fa01d66b (diff) | |
| download | python-openstackclient-f4536e708dff37edcaf79ea85c9f68206315edea.tar.gz | |
Merge "Add '--network' and other options to floating ip list"
Diffstat (limited to 'doc')
| -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 ---------------- |
