diff options
| author | Cedric Brandily <zzelle@gmail.com> | 2016-09-16 22:00:23 +0200 |
|---|---|---|
| committer | Cedric Brandily <zzelle@gmail.com> | 2017-03-20 22:33:51 +0100 |
| commit | f5527877bb6dab09757b6692460bcc376b7d5ec3 (patch) | |
| tree | 6a8b1421092b70932cd5105c27c66b6356e65f4e /doc/source/command-objects/server.rst | |
| parent | 98d5641ac5b99dc47cd72941b71303547f9e6054 (diff) | |
| download | python-openstackclient-f5527877bb6dab09757b6692460bcc376b7d5ec3.tar.gz | |
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
Diffstat (limited to 'doc/source/command-objects/server.rst')
| -rw-r--r-- | doc/source/command-objects/server.rst | 5 |
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 |
