floatingip

Compute v2

ip floating add

Add floating-ip to server

os ip floating add
    <ip_address>
    <server>
<ip_address>

IP address to add to server

<server>

Server to receive the IP address (name or ID)

ip floating create

Create new floating-ip

os ip floating create
    <pool>
<pool>

Pool to fetch floating IP from

ip floating delete

Delete a floating-ip

os ip floating delete
    <ip_address>
<ip_address>

IP address to delete

ip floating list

List floating-ips

os ip floating list

ip floating remove

Remove floating-ip from server

os ip floating remove
    <ip_address>
    <server>
<ip_address>

IP address to remove from server

<server>

Server to remove the IP address from (name or ID)