Floating IP management
The OpenStack command-line client offers a number of commands that can be used to create and manage floating IPs. The primary commands associated with floating IPs include the following:
Floating IP Commands | Description |
| Creates a floating IP |
| Deletes a floating IP  |
| Lists floating IP  |
| Displays floating IP details |
| Sets floating IP properties |
| Unsets floating IP properties |
| Lists pools of floating IP addresses |
| Adds a floating IP address to a server |
| Removes a floating IP address from a server |
Creating floating IPs in the CLI
If you recall from previous chapters, IP addresses are not assigned directly to instances. Instead, an IP address is associated with a Neutron port, and that port is logically mapped to an instance or other network resource.
When a floating IP is created, it will not be functional...