![Tang Chen](/assets/img/avatar_default.png)
This patch adds --subnet, --port, --floating-ip-address and --fixed-ip-address options only. Project related options will be added in another patch because it relates to identity v2 and v3, which will make the unit tests too complicated in one single patch. Change-Id: I3cce4404a114ff128b74e4596f0e847be2846b17 Partial-Bug: 1519502 Related-to: blueprint neutron-client
2.1 KiB
ip floating
Compute v2, Network v2
ip floating add
Add floating IP address to server
ip floating add
os ip floating add
<ip-address>
<server>
<ip-address>
IP address to add to server (name only)
<server>
Server to receive the IP address (name or ID)
ip floating create
Create new floating IP address
ip floating create
os ip floating create
[--subnet <subnet>]
[--port <port>]
[--floating-ip-address <floating-ip-address>]
[--fixed-ip-address <fixed-ip-address>]
<network>
--subnet <subnet>
Subnet on which you want to create the floating IP (name or ID) (Network v2 only)
--port <port>
Port to be associated with the floating IP (name or ID) (Network v2 only)
--floating-ip-address <floating-ip-address>
Floating IP address (Network v2 only)
--fixed-ip-address <fixed-ip-address>
Fixed IP address mapped to the floating IP (Network v2 only)
<network>
Network to allocate floating IP from (name or ID)
ip floating delete
Delete floating IP
ip floating delete
os ip floating delete <floating-ip>
<floating-ip>
Floating IP to delete (IP address or ID)
ip floating list
List floating IP addresses
ip floating list
os ip floating list
ip floating remove
Remove floating IP address from server
ip floating remove
os ip floating remove
<ip-address>
<server>
<ip-address>
IP address to remove from server (name only)
<server>
Server to remove the IP address from (name or ID)
ip floating show
Display floating IP details
ip floating show
os ip floating show <floating-ip>
<floating-ip>
Floating IP to display (IP address or ID)