Merge "Enable to specify which fixed-ip to add to a vm."

This commit is contained in:
Jenkins
2017-04-05 02:55:11 +00:00
committed by Gerrit Code Review
4 changed files with 32 additions and 7 deletions
doc/source/command-objects
openstackclient
compute
tests
unit
releasenotes/notes

@ -13,9 +13,14 @@ Add fixed IP address to server
.. code:: bash
openstack server add fixed ip
[--fixed-ip-address <ip-address>]
<server>
<network>
.. option:: --fixed-ip-address <ip-address>
Requested fixed IP address
.. describe:: <server>
Server to receive the fixed IP address (name or ID)