summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErno Kuvaja <jokke@usr.fi>2022-09-22 14:02:13 +0100
committerErno Kuvaja <jokke@usr.fi>2022-09-22 14:02:13 +0100
commitbbfe6cd3be1ecb2c16c9176d3d1e254803a1b665 (patch)
tree630840102b6198473fd3431780aa8a46025a9379
parent75218d289ed27b4eddd645436275b1e51aed0fab (diff)
downloadpython-glanceclient-bbfe6cd3be1ecb2c16c9176d3d1e254803a1b665.tar.gz
Replace osc with glance commands
the are glance client docs. OSC should have their own section for this. Change-Id: I27123793fdf8f8a82afb909f2cceec71693609ea Closes-Bug: #1990532
-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