Compute v2, Network v2
Create floating IP
openstack floating ip create
[--subnet <subnet>]
[--port <port>]
[--floating-ip-address <floating-ip-address>]
[--fixed-ip-address <fixed-ip-address>]
[--description <description>]
[--project <project> [--project-domain <project-domain>]]
<network>
Subnet on which you want to create the floating IP (name or ID) Network version 2 only
Port to be associated with the floating IP (name or ID) Network version 2 only
Floating IP address Network version 2 only
Fixed IP address mapped to the floating IP Network version 2 only
Set floating IP description Network version 2 only
Owner’s project (name or ID)
Network version 2 only
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Network version 2 only
Network to allocate floating IP from (name or ID)
Delete floating IP(s)
openstack floating ip delete <floating-ip> [<floating-ip> ...]
Floating IP(s) to delete (IP address or ID)
List floating IP(s)
openstack floating ip list
[--network <network>]
[--port <port>]
[--fixed-ip-address <fixed-ip-address>]
[--long]
[--status <status>]
[--project <project> [--project-domain <project-domain>]]
[--router <router>]
List floating IP(s) according to given network (name or ID)
Network version 2 only
List floating IP(s) according to given port (name or ID)
Network version 2 only
List floating IP(s) according to given fixed IP address
Network version 2 only
List additional fields in output
Network version 2 only
List floating IP(s) according to given status (‘ACTIVE’, ‘DOWN’)
Network version 2 only
List floating IP(s) according to given project (name or ID)
Network version 2 only
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Network version 2 only
List floating IP(s) according to given router (name or ID)
Network version 2 only
Display floating IP details
openstack floating ip show <floating-ip>
Floating IP to display (IP address or ID)