
Add a parameter ``--floating-ip-address`` to ``floating ip list`` because it's supported by the API and also more efficient than the current ``floating ip show``. This also works as a work-around for pagination issues ``floating ip show`` might run into with an IP parameter. Change-Id: I113e3fa2495e1e86bb553c55c44f71a3f9f49d23
6.4 KiB
floating ip
Compute v2, Network v2
floating ip create
Create floating IP
floating ip create
openstack floating ip create
[--subnet <subnet>]
[--port <port>]
[--floating-ip-address <ip-address>]
[--fixed-ip-address <ip-address>]
[--description <description>]
[--qos-policy <qos-policy>]
[--project <project> [--project-domain <project-domain>]]
[--tag <tag> | --no-tag]
[--dns-domain <dns-domain>]
[--dns-name <dns-name>]
<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
--qos-policy <qos-policy>
QoS policy to attach to the floating IP (name or ID)
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
--tag <tag>
Tag to be added to the floating IP (repeat option to set multiple tags)
Network version 2 only
--no-tag
No tags associated with the floating IP
Network version 2 only
--dns-domain <dns-domain>
Set DNS domain for this floating IP (requires DNS integration extension).
--dns-name <dns-name>
Set DNS name for this floating IP (requires DNS integration extension).
<network>
Network to allocate floating IP from (name or ID)
floating ip delete
Delete floating IP(s)
floating ip delete
openstack floating ip delete <floating-ip> [<floating-ip> ...]
<floating-ip>
Floating IP(s) to delete (IP address or ID)
floating ip list
List floating IP(s)
floating ip list
openstack floating ip list
[--network <network>]
[--port <port>]
[--fixed-ip-address <ip-address>]
[--long]
[--status <status>]
[--project <project> [--project-domain <project-domain>]]
[--router <router>]
[--tags <tag>[,<tag>,...]] [--any-tags <tag>[,<tag>,...]]
[--not-tags <tag>[,<tag>,...]] [--not-any-tags <tag>[,<tag>,...]]
--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
--floating-ip-address <ip-address>
List floating IP(s) according to given floating 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
--tags <tag>[,<tag>,...]
List floating IP(s) which have all given tag(s)
Network version 2 only
--any-tags <tag>[,<tag>,...]
List floating IP(s) which have any given tag(s)
Network version 2 only
--not-tags <tag>[,<tag>,...]
Exclude floating IP(s) which have all given tag(s)
Network version 2 only
--not-any-tags <tag>[,<tag>,...]
Exclude floating IP(s) which have any given tag(s)
Network version 2 only
floating ip set
Set floating IP properties
floating ip set
openstack floating ip set
[--port <port>]
[--fixed-ip-address <ip-address>]
[--qos-policy <qos-policy> | --no-qos-policy]
[--tag <tag>] [--no-tag]
<floating-ip>
--port <port>
Associate 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)
--qos-policy <qos-policy>
Attach QoS policy to the floating IP (name or ID)
--no-qos-policy
Remove the QoS policy attached to the floating IP
--tag <tag>
Tag to be added to the floating IP (repeat option to set multiple tags)
--no-tag
Clear tags associated with the floating IP. Specify both --tag and --no-tag to overwrite current tags
Floating IP to associate (IP address or ID)
floating ip show
Display floating IP details
floating ip show
openstack floating ip show <floating-ip>
<floating-ip>
Floating IP to display (IP address or ID)
floating ip unset
Unset floating IP Properties
floating ip unset
openstack floating ip unset
[--port]
[--qos-policy]
[--tag <tag> | --all-tag]
<floating-ip>
--port
Disassociate any port associated with the floating IP
--qos-policy
Remove the QoS policy attached to the floating IP
--tag <tag>
Tag to be removed from the floating IP (repeat option to remove multiple tags)
--all-tag
Clear all tags associated with the floating IP
Floating IP to disassociate (IP address or ID)