2015-11-24 10:31:07 -06:00
|
|
|
===========
|
|
|
|
ip floating
|
|
|
|
===========
|
2015-07-22 05:08:36 -04:00
|
|
|
|
2016-02-02 09:35:38 +05:30
|
|
|
Compute v2, Network v2
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
ip floating add
|
|
|
|
---------------
|
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
Add floating IP address to server
|
2016-04-07 14:10:37 +08:00
|
|
|
(Deprecated, please use ``server add floating ip`` instead)
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
.. program:: ip floating add
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack ip floating add
|
2015-11-24 10:31:07 -06:00
|
|
|
<ip-address>
|
2015-07-22 05:08:36 -04:00
|
|
|
<server>
|
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
.. describe:: <ip-address>
|
2015-07-22 05:08:36 -04:00
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
IP address to add to server (name only)
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
.. describe:: <server>
|
|
|
|
|
|
|
|
Server to receive the IP address (name or ID)
|
|
|
|
|
|
|
|
ip floating create
|
|
|
|
------------------
|
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
Create new floating IP address
|
2016-06-17 15:06:40 +08:00
|
|
|
(Deprecated, please use ``floating ip create`` instead)
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
.. program:: ip floating create
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack ip floating create
|
2016-03-03 17:17:40 +08:00
|
|
|
[--subnet <subnet>]
|
|
|
|
[--port <port>]
|
|
|
|
[--floating-ip-address <floating-ip-address>]
|
|
|
|
[--fixed-ip-address <fixed-ip-address>]
|
|
|
|
<network>
|
2015-07-22 05:08:36 -04:00
|
|
|
|
2016-03-03 17:17:40 +08:00
|
|
|
.. option:: --subnet <subnet>
|
2015-07-22 05:08:36 -04:00
|
|
|
|
2016-03-03 17:17:40 +08:00
|
|
|
Subnet on which you want to create the floating IP (name or ID)
|
|
|
|
(Network v2 only)
|
|
|
|
|
|
|
|
.. option:: --port <port>
|
|
|
|
|
|
|
|
Port to be associated with the floating IP (name or ID)
|
|
|
|
(Network v2 only)
|
|
|
|
|
|
|
|
.. option:: --floating-ip-address <floating-ip-address>
|
|
|
|
|
|
|
|
Floating IP address
|
|
|
|
(Network v2 only)
|
|
|
|
|
|
|
|
.. option:: --fixed-ip-address <fixed-ip-address>
|
|
|
|
|
|
|
|
Fixed IP address mapped to the floating IP
|
|
|
|
(Network v2 only)
|
|
|
|
|
|
|
|
.. describe:: <network>
|
|
|
|
|
|
|
|
Network to allocate floating IP from (name or ID)
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
ip floating delete
|
|
|
|
------------------
|
|
|
|
|
2016-06-12 12:50:30 +08:00
|
|
|
Delete floating IP(s)
|
2016-06-17 15:06:40 +08:00
|
|
|
(Deprecated, please use ``floating ip delete`` instead)
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
.. program:: ip floating delete
|
2016-03-14 13:39:22 -05:00
|
|
|
.. code:: bash
|
2015-07-22 05:08:36 -04:00
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack ip floating delete
|
2016-06-12 12:50:30 +08:00
|
|
|
<floating-ip> [<floating-ip> ...]
|
2015-07-22 05:08:36 -04:00
|
|
|
|
2016-02-02 09:35:38 +05:30
|
|
|
.. describe:: <floating-ip>
|
2015-07-22 05:08:36 -04:00
|
|
|
|
2016-06-12 12:50:30 +08:00
|
|
|
Floating IP(s) to delete (IP address or ID)
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
ip floating list
|
|
|
|
----------------
|
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
List floating IP addresses
|
2016-06-17 15:06:40 +08:00
|
|
|
(Deprecated, please use ``floating ip list`` instead)
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
.. program:: ip floating list
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack ip floating list
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
ip floating remove
|
|
|
|
------------------
|
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
Remove floating IP address from server
|
2016-04-07 14:10:37 +08:00
|
|
|
(Deprecated, please use ``server remove floating ip`` instead)
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
.. program:: ip floating remove
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack ip floating remove
|
2015-11-24 10:31:07 -06:00
|
|
|
<ip-address>
|
2015-07-22 05:08:36 -04:00
|
|
|
<server>
|
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
.. describe:: <ip-address>
|
2015-07-22 05:08:36 -04:00
|
|
|
|
2015-11-24 10:31:07 -06:00
|
|
|
IP address to remove from server (name only)
|
2015-07-22 05:08:36 -04:00
|
|
|
|
|
|
|
.. describe:: <server>
|
|
|
|
|
|
|
|
Server to remove the IP address from (name or ID)
|
2016-02-24 17:26:13 +08:00
|
|
|
|
|
|
|
ip floating show
|
|
|
|
----------------
|
|
|
|
|
|
|
|
Display floating IP details
|
2016-06-17 15:06:40 +08:00
|
|
|
(Deprecated, please use ``floating ip show`` instead)
|
2016-02-24 17:26:13 +08:00
|
|
|
|
|
|
|
.. program:: ip floating show
|
2016-03-14 13:39:22 -05:00
|
|
|
.. code:: bash
|
2016-02-24 17:26:13 +08:00
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack ip floating show <floating-ip>
|
2016-02-24 17:26:13 +08:00
|
|
|
|
|
|
|
.. describe:: <floating-ip>
|
|
|
|
|
|
|
|
Floating IP to display (IP address or ID)
|