Files
deb-python-openstackclient/doc/source/command-objects/floatingip.rst
chengkunye ec82865ae0 add doc for floatingip
Change-Id: Ibdee50066452ed33f210e93de29eba3c0ec2e155
2015-08-28 16:34:16 +08:00

1.2 KiB

floatingip

Compute v2

ip floating add

Add floating-ip to server

ip floating add

os ip floating add
    <ip_address>
    <server>

<ip_address>

IP address to add to server

<server>

Server to receive the IP address (name or ID)

ip floating create

Create new floating-ip

ip floating create

os ip floating create
    <pool>

<pool>

Pool to fetch floating IP from

ip floating delete

Delete a floating-ip

ip floating delete

os ip floating delete
    <ip_address>

<ip_address>

IP address to delete

ip floating list

List floating-ips

ip floating list

os ip floating list

ip floating remove

Remove floating-ip from server

ip floating remove

os ip floating remove
    <ip_address>
    <server>

<ip_address>

IP address to remove from server

<server>

Server to remove the IP address from (name or ID)