python-openstackclient/doc/source/command-objects/floating-ip.rst
Ankur Gupta 0981931628 Add --description to Neutron commands
Added simple option for floating ip description when creating
a floating ip.

Added option for create and set router as well.

Partially Implements: blueprint neutron-client-descriptions
Partially Implements: blueprint network-commands-options

Change-Id: Ib8cd8af449e9ff33b980017b2527a6b196894a00
2016-09-23 16:09:17 +00:00

1.6 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>]
    <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

<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

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)