
This patch added '--project' and '--project-domain' options to filter subnets resulted by 'os subnet list', 'os floating ip create' and 'os security group list' commands. Co-Authored-By: Ha Van Tu <tuhv@vn.fujitsu.com> Change-Id: I727663d49ffa6aa042fdeb60797f18bb753b0372 Closes-Bug: #1613231 Closes-Bug: #1610909 Closes-Bug: #1613629 Partially-Implements: blueprint network-commands-options
2.5 KiB
floating ip
Compute v2, Network v2
floating ip create
Create floating IP
floating ip create
os 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 <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 <floating-ip-address>
Floating IP address Network version 2 only
--fixed-ip-address <fixed-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)
floating ip delete
Delete floating IP(s)
floating ip delete
os 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
os floating ip list
[--network <network>]
[--port <port>]
[--fixed-ip-address <fixed-ip-address>]
--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 <fixed-ip-address>
List floating IP(s) according to given fixed IP address
Network version 2 only
floating ip show
Display floating IP details
floating ip show
os floating ip show <floating-ip>
<floating-ip>
Floating IP to display (IP address or ID)