Compute v2, Network v2
Add floating IP address to server
.. program:: ip floating add
os ip floating add
<ip-address>
<server>.. describe:: <ip-address>
IP address to add to server (name only)
.. describe:: <server>
Server to receive the IP address (name or ID)
Create new floating IP address
.. program:: ip floating create
os ip floating create
<pool>.. describe:: <pool>
Pool to fetch IP address from (name or ID)
Delete floating IP
.. program:: ip floating delete
.. code:: bash
os ip floating delete <floating-ip>
.. describe:: <floating-ip>
Floating IP to delete (IP address or ID)
List floating IP addresses
.. program:: ip floating list
os ip floating listRemove floating IP address from server
.. program:: ip floating remove
os ip floating remove
<ip-address>
<server>.. describe:: <ip-address>
IP address to remove from server (name only)
.. describe:: <server>
Server to remove the IP address from (name or ID)
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)