diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-04-06 01:55:24 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-04-06 01:55:24 +0000 |
| commit | 80726b1340631b2b7d1c962d22a122e0c36486ac (patch) | |
| tree | b3338fae3075f60cf53db38553fd4a752f28c3b9 /doc/source/command-objects | |
| parent | 8983373e52e49ee8d6fa603f689957a915191759 (diff) | |
| parent | 763c8c5670f238920398165e670592e006213f32 (diff) | |
| download | python-openstackclient-80726b1340631b2b7d1c962d22a122e0c36486ac.tar.gz | |
Merge ""floating ip set/unset port" for OSC"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/floating-ip.rst | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/source/command-objects/floating-ip.rst b/doc/source/command-objects/floating-ip.rst index cbb473b8..f2f101d3 100644 --- a/doc/source/command-objects/floating-ip.rst +++ b/doc/source/command-objects/floating-ip.rst @@ -143,6 +143,32 @@ List floating IP(s) *Network version 2 only* +floating ip set +--------------- + +Set floating IP properties + +.. program:: floating ip set +.. code:: bash + + openstack floating ip set + --port <port> + [--fixed-ip-address <ip-address>] + <floating-ip> + +.. option:: --port <port> + + Assocaite the floating IP with port (name or ID) + +.. option:: --fixed-ip-address <ip-address> + + Fixed IP of the port (required only if port has multiple IPs) + +.. _floating_ip_set-floating-ip: +.. describe:: <floating-ip> + + Floating IP to associate (IP address or ID) + floating ip show ---------------- @@ -156,3 +182,24 @@ Display floating IP details .. describe:: <floating-ip> Floating IP to display (IP address or ID) + +floating ip unset +----------------- + +Unset floating IP Properties + +.. program:: floating ip unset +.. code:: bash + + openstack floating ip unset + --port + <floating-ip> + +.. option:: --port + + Disassociate any port associated with the floating IP + +.. _floating_ip_unset-floating-ip: +.. describe:: <floating-ip> + + Floating IP to disassociate (IP address or ID) |
