summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/image.rst
diff options
context:
space:
mode:
authorKevin_Zheng <zhengzhenyu@huawei.com>2016-12-20 09:18:55 +0800
committerKevin_Zheng <zhengzhenyu@huawei.com>2016-12-20 09:18:55 +0800
commit847da51deaffcbb4e0f1c3825e60d8181b31b120 (patch)
tree0461752361456f094ccd46cf9d797b9d496ce16c /doc/source/command-objects/image.rst
parente51a2b3b171f3c72a715bee3ad99c0f88efa3010 (diff)
downloadpython-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/image.rst')
-rw-r--r--doc/source/command-objects/image.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst
index 9564f099..1913355e 100644
--- a/doc/source/command-objects/image.rst
+++ b/doc/source/command-objects/image.rst
@@ -14,7 +14,7 @@ Associate project with image
.. program:: image add project
.. code:: bash
- os image add project
+ openstack image add project
[--project-domain <project-domain>]
<image> <project>
@@ -41,7 +41,7 @@ Create/upload an image
.. program:: image create
.. code:: bash
- os image create
+ openstack image create
[--id <id>]
[--store <store>]
[--container-format <container-format>]
@@ -175,7 +175,7 @@ Delete image(s)
.. program:: image delete
.. code:: bash
- os image delete
+ openstack image delete
<image>
.. describe:: <image>
@@ -190,7 +190,7 @@ List available images
.. program:: image list
.. code:: bash
- os image list
+ openstack image list
[--public | --private | --shared]
[--property <key=value>]
[--long]
@@ -244,7 +244,7 @@ Disassociate project with image
.. program:: image remove project
.. code:: bash
- os image remove remove
+ openstack image remove remove
[--project-domain <project-domain>]
<image> <project>
@@ -269,7 +269,7 @@ Save an image locally
.. program:: image save
.. code:: bash
- os image save
+ openstack image save
--file <filename>
<image>
@@ -291,7 +291,7 @@ Set image properties
.. program:: image set
.. code:: bash
- os image set
+ openstack image set
[--name <name>]
[--min-disk <disk-gb>]
[--min-ram <disk-ram>]
@@ -495,7 +495,7 @@ Display image details
.. program:: image show
.. code:: bash
- os image show
+ openstack image show
<image>
.. describe:: <image>
@@ -512,7 +512,7 @@ Unset image tags or properties
.. program:: image unset
.. code:: bash
- os image set
+ openstack image set
[--tag <tag>]
[--property <property>]
<image>