diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-12-20 16:00:58 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-12-20 16:00:58 +0000 |
| commit | ce0cdb058e8cd580cec80e6c17e760e7ad15704e (patch) | |
| tree | a26ec4dff46d5fb8df1c187e5f9a7c9a183ce0e9 /doc/source/command-objects/ip-floating.rst | |
| parent | 898c6a316a0675ebe533196fb0d0c12a4f1720c2 (diff) | |
| parent | 847da51deaffcbb4e0f1c3825e60d8181b31b120 (diff) | |
| download | python-openstackclient-ce0cdb058e8cd580cec80e6c17e760e7ad15704e.tar.gz | |
Merge "change os in command example to openstack(2)"
Diffstat (limited to 'doc/source/command-objects/ip-floating.rst')
| -rw-r--r-- | doc/source/command-objects/ip-floating.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/command-objects/ip-floating.rst b/doc/source/command-objects/ip-floating.rst index 7b38a382..4e5f7b00 100644 --- a/doc/source/command-objects/ip-floating.rst +++ b/doc/source/command-objects/ip-floating.rst @@ -13,7 +13,7 @@ Add floating IP address to server .. program:: ip floating add .. code:: bash - os ip floating add + openstack ip floating add <ip-address> <server> @@ -34,7 +34,7 @@ Create new floating IP address .. program:: ip floating create .. code:: bash - os ip floating create + openstack ip floating create [--subnet <subnet>] [--port <port>] [--floating-ip-address <floating-ip-address>] @@ -74,7 +74,7 @@ Delete floating IP(s) .. program:: ip floating delete .. code:: bash - os ip floating delete + openstack ip floating delete <floating-ip> [<floating-ip> ...] .. describe:: <floating-ip> @@ -90,7 +90,7 @@ List floating IP addresses .. program:: ip floating list .. code:: bash - os ip floating list + openstack ip floating list ip floating remove ------------------ @@ -101,7 +101,7 @@ Remove floating IP address from server .. program:: ip floating remove .. code:: bash - os ip floating remove + openstack ip floating remove <ip-address> <server> @@ -122,7 +122,7 @@ Display floating IP details .. program:: ip floating show .. code:: bash - os ip floating show <floating-ip> + openstack ip floating show <floating-ip> .. describe:: <floating-ip> |
