Compute v2
Add floating-ip to server
os ip floating add
<ip_address>
<server>
IP address to add to server
Server to receive the IP address (name or ID)
Create new floating-ip
os ip floating create
<pool>
Pool to fetch floating IP from
Delete a floating-ip
os ip floating delete
<ip_address>
IP address to delete
Remove floating-ip from server
os ip floating remove
<ip_address>
<server>
IP address to remove from server
Server to remove the IP address from (name or ID)