summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-21 01:55:51 +0000
committerGerrit Code Review <review@openstack.org>2017-03-21 01:55:51 +0000
commit49e866174f2e24ce996cdb588c38b5b08daed5a0 (patch)
tree26e88367bbac744cd61275c3c31b0670d985f2f5 /doc/source/command-objects
parentfe3bbf63a868a333b3dd7c8ec479046bd1a780ce (diff)
parentf5527877bb6dab09757b6692460bcc376b7d5ec3 (diff)
downloadpython-openstackclient-49e866174f2e24ce996cdb588c38b5b08daed5a0.tar.gz
Merge "Enable to specify which vm fixed-ip to publish"
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/server.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/server.rst b/doc/source/command-objects/server.rst
index b2ae965a..047bf181 100644
--- a/doc/source/command-objects/server.rst
+++ b/doc/source/command-objects/server.rst
@@ -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