Merge "Enable to specify which vm fixed-ip to publish"

This commit is contained in:
Jenkins
2017-03-21 01:55:51 +00:00
committed by Gerrit Code Review
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