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:
Cedric Brandily
2016-09-16 22:00:23 +02:00
parent 98d5641ac5
commit f5527877bb
4 changed files with 30 additions and 4 deletions
doc/source/command-objects
openstackclient
compute
tests
unit
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