From 7f9814860ad739e25b82898176d26c7b788e8e33 Mon Sep 17 00:00:00 2001 From: Cedric Brandily Date: Fri, 31 Mar 2017 16:53:20 +0200 Subject: Enable to specify which fixed-ip to add to a vm. This change enables to specify which fixed-ip will be added to a vm using: openstack server add fixed ip --fixed-ip-address This change uses interface_attach instead of add_fixed_ip[1] which is less flexible and uses a deprecated API. [1] https://review.openstack.org/384261 Closes-Bug: #1678140 Change-Id: I7fe4621439ef0d8dca080551ffaeb614c5a91174 --- doc/source/command-objects/server.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/source') diff --git a/doc/source/command-objects/server.rst b/doc/source/command-objects/server.rst index 4ac05c70..55b39ef5 100644 --- a/doc/source/command-objects/server.rst +++ b/doc/source/command-objects/server.rst @@ -13,9 +13,14 @@ Add fixed IP address to server .. code:: bash openstack server add fixed ip + [--fixed-ip-address ] +.. option:: --fixed-ip-address + + Requested fixed IP address + .. describe:: Server to receive the fixed IP address (name or ID) -- cgit v1.2.1