2015-11-24 10:31:07 -06:00
|
|
|
===========
|
|
|
|
ip floating
|
|
|
|
===========
|
2015-07-22 05:08:36 -04:00
|
|
|
|
2016-02-02 09:35:38 +05:30
|
|
|
Compute v2, Network v2
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
ip floating add
|
|
|
|
---------------
|
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
Add floating IP address to server
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
.. program:: ip floating add
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
os ip floating add
|
2015-11-24 10:31:07 -06:00
|
|
|
<ip-address>
|
2015-07-22 05:08:36 -04:00
|
|
|
<server>
|
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
.. describe:: <ip-address>
|
2015-07-22 05:08:36 -04:00
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
IP address to add to server (name only)
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
.. describe:: <server>
|
|
|
|
|
|
|
|
Server to receive the IP address (name or ID)
|
|
|
|
|
|
|
|
ip floating create
|
|
|
|
------------------
|
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
Create new floating IP address
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
.. program:: ip floating create
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
os ip floating create
|
|
|
|
<pool>
|
|
|
|
|
|
|
|
.. describe:: <pool>
|
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
Pool to fetch IP address from (name or ID)
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
ip floating delete
|
|
|
|
------------------
|
|
|
|
|
2016-02-02 09:35:38 +05:30
|
|
|
Delete floating IP
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
.. program:: ip floating delete
|
2016-03-14 13:39:22 -05:00
|
|
|
.. code:: bash
|
2015-07-22 05:08:36 -04:00
|
|
|
|
2016-02-02 09:35:38 +05:30
|
|
|
os ip floating delete <floating-ip>
|
2015-07-22 05:08:36 -04:00
|
|
|
|
2016-02-02 09:35:38 +05:30
|
|
|
.. describe:: <floating-ip>
|
2015-07-22 05:08:36 -04:00
|
|
|
|
2016-02-02 09:35:38 +05:30
|
|
|
Floating IP to delete (IP address or ID)
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
ip floating list
|
|
|
|
----------------
|
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
List floating IP addresses
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
.. program:: ip floating list
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
os ip floating list
|
|
|
|
|
|
|
|
ip floating remove
|
|
|
|
------------------
|
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
Remove floating IP address from server
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
.. program:: ip floating remove
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
os ip floating remove
|
2015-11-24 10:31:07 -06:00
|
|
|
<ip-address>
|
2015-07-22 05:08:36 -04:00
|
|
|
<server>
|
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
.. describe:: <ip-address>
|
2015-07-22 05:08:36 -04:00
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
IP address to remove from server (name only)
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
.. describe:: <server>
|
|
|
|
|
|
|
|
Server to remove the IP address from (name or ID)
|
2016-02-24 17:26:13 +08:00
|
|
|
|
|
|
|
ip floating show
|
|
|
|
----------------
|
|
|
|
|
|
|
|
Display floating IP details
|
|
|
|
|
|
|
|
.. program:: ip floating show
|
2016-03-14 13:39:22 -05:00
|
|
|
.. code:: bash
|
2016-02-24 17:26:13 +08:00
|
|
|
|
|
|
|
os ip floating show <floating-ip>
|
|
|
|
|
|
|
|
.. describe:: <floating-ip>
|
|
|
|
|
|
|
|
Floating IP to display (IP address or ID)
|