diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-02-25 21:15:47 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-02-25 21:15:47 +0000 |
| commit | fbc03104f66a80e1d7f3c7880d7db82587a7ab6c (patch) | |
| tree | bb9f9e68cbba28f3fbdc25ba30832542e8b96df1 /doc | |
| parent | 6176e802b3a4125e983eba3805f3f90881622bc4 (diff) | |
| parent | f0960f0fef263298e56d7e81acf50597073becc7 (diff) | |
| download | python-openstackclient-fbc03104f66a80e1d7f3c7880d7db82587a7ab6c.tar.gz | |
Merge "Floating IP: Neutron support for "ip floating show" command"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/command-objects/ip-floating.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/source/command-objects/ip-floating.rst b/doc/source/command-objects/ip-floating.rst index efdfb453..99d06d07 100644 --- a/doc/source/command-objects/ip-floating.rst +++ b/doc/source/command-objects/ip-floating.rst @@ -82,3 +82,17 @@ Remove floating IP address from server .. describe:: <server> Server to remove the IP address from (name or ID) + +ip floating show +---------------- + +Display floating IP details + +.. program:: ip floating show + .. code:: bash + + os ip floating show <floating-ip> + +.. describe:: <floating-ip> + + Floating IP to display (IP address or ID) |
