diff options
| author | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-20 09:18:55 +0800 |
|---|---|---|
| committer | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-20 09:18:55 +0800 |
| commit | 847da51deaffcbb4e0f1c3825e60d8181b31b120 (patch) | |
| tree | 0461752361456f094ccd46cf9d797b9d496ce16c /doc/source/command-objects/ip-floating.rst | |
| parent | e51a2b3b171f3c72a715bee3ad99c0f88efa3010 (diff) | |
| download | python-openstackclient-847da51deaffcbb4e0f1c3825e60d8181b31b120.tar.gz | |
change os in command example to openstack(2)
In the current doc, the command examples are like
"os server create" but the acutal command should
be started with "openstack" instead of "os", it
is misleading to first time users.
Change-Id: I80c96f0938cec382f2f714a500138bd5a2c81aa0
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> |
