Floating IP CLI reference¶
See https://docs.openstack.org/ocata/cli-reference/neutron.html.
These commands allow you to manage floating IPs in your projects, including listing available pools, creating and deleting floating IPs, and associating or disassociating them with instances. The <pool>
and <floating_ip>
in the commands are placeholders that should be replaced with the actual names or addresses of the floating IP pool and the floating IP.
List floating IP pools¶
List floating IPs¶
Create a floating IP¶
<pool>
: The name of the floating IP pool from which to allocate the IP.
Delete a floating IP¶
Associate a floating IP with an instance¶
<server>
: The ID or name of the instance to which the floating IP will be associated.<floating_ip>
: The floating IP address to associate with the instance.