Enable to specify which vm fixed-ip to publish
This change enables to specify which vm fixed-ip will be associated to a floating ip using: openstack server add floating ip <vm> <fip> --fixed-ip-address <ip> Closes-Bug: #1624524 Change-Id: I2ddb68c5873bfed7293b0e661d1adbe111681136
This commit is contained in:
doc/source/command-objects
openstackclient
releasenotes/notes
@ -33,9 +33,14 @@ Add floating IP address to server
|
||||
.. code:: bash
|
||||
|
||||
openstack server add floating ip
|
||||
[--fixed-ip-address <fixed-ip-address>]
|
||||
<server>
|
||||
<ip-address>
|
||||
|
||||
.. option:: --fixed-ip-address <fixed-ip-address>
|
||||
|
||||
Fixed IP address to associate with this floating IP address
|
||||
|
||||
.. describe:: <server>
|
||||
|
||||
Server (name or ID) to receive the floating IP address
|
||||
|
Reference in New Issue
Block a user