Compute v2, Network v2
Create floating IP
openstack floating ip create
[--subnet <subnet>]
[--port <port>]
[--floating-ip-address <ip-address>]
[--fixed-ip-address <ip-address>]
[--description <description>]
[--project <project> [--project-domain <project-domain>]]
<network>
--subnet
<subnet>
¶Subnet on which you want to create the floating IP (name or ID) Network version 2 only
--port
<port>
¶Port to be associated with the floating IP (name or ID) Network version 2 only
--floating-ip-address
<ip-address>
¶Floating IP address Network version 2 only
--fixed-ip-address
<ip-address>
¶Fixed IP address mapped to the floating IP Network version 2 only
--description
<description>
¶Set floating IP description Network version 2 only
--project
<project>
¶Owner’s project (name or ID)
Network version 2 only
--project-domain
<project-domain>
¶Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Network version 2 only
<network>
Network to allocate floating IP from (name or ID)
Delete floating IP(s)
openstack floating ip delete <floating-ip> [<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 <ip-address>]
[--long]
[--status <status>]
[--project <project> [--project-domain <project-domain>]]
[--router <router>]
--network
<network>
¶List floating IP(s) according to given network (name or ID)
Network version 2 only
--port
<port>
¶List floating IP(s) according to given port (name or ID)
Network version 2 only
--fixed-ip-address
<ip-address>
¶List floating IP(s) according to given fixed IP address
Network version 2 only
--long
¶List additional fields in output
Network version 2 only
--status
<status>
¶List floating IP(s) according to given status (‘ACTIVE’, ‘DOWN’)
Network version 2 only
--project
<project>
¶List floating IP(s) according to given project (name or ID)
Network version 2 only
--project-domain
<project-domain>
¶Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Network version 2 only
--router
<router>
¶List floating IP(s) according to given router (name or ID)
Network version 2 only
Set floating IP properties
openstack floating ip set
--port <port>
[--fixed-ip-address <ip-address>]
<floating-ip>
--port
<port>
¶Assocaite the floating IP with port (name or ID)
--fixed-ip-address
<ip-address>
¶Fixed IP of the port (required only if port has multiple IPs)
<floating-ip>
Floating IP to associate (IP address or ID)
Display floating IP details
openstack floating ip show <floating-ip>
<floating-ip>
Floating IP to display (IP address or ID)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.