summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-12-15 14:47:31 +0000
committerGerrit Code Review <review@openstack.org>2022-12-15 14:47:31 +0000
commit0bd9f80c6791ec7842f124295a76b00cf781c767 (patch)
treefdd089c0742cfe8ddee9e76cfa0b599470d7bc6e
parentf41f2c388b73c7111eaff4c924b97f149e1fcf26 (diff)
parentbbfe6cd3be1ecb2c16c9176d3d1e254803a1b665 (diff)
downloadpython-glanceclient-0bd9f80c6791ec7842f124295a76b00cf781c767.tar.gz
Merge "Replace osc with glance commands"
-rw-r--r--doc/source/cli/property-keys.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/cli/property-keys.rst b/doc/source/cli/property-keys.rst
index 9e59124..f2367fe 100644
--- a/doc/source/cli/property-keys.rst
+++ b/doc/source/cli/property-keys.rst
@@ -7,14 +7,14 @@ that can be consumed by other services to affect the behavior of those other
services.
Properties can be set on an image at the time of image creation or they
-can be set on an existing image. Use the :command:`openstack image create`
-and :command:`openstack image set` commands respectively.
+can be set on an existing image. Use the :command:`glance image-create`
+and :command:`glance image-update` commands respectively.
For example:
.. code-block:: console
- $ openstack image set IMG-UUID --property architecture=x86_64
+ $ glance image-update IMG-UUID --property architecture=x86_64
For a list of image properties that can be used to affect the behavior
of other services, refer to `Useful image properties