Replace osc with glance commands

the are glance client docs. OSC should have their own section for this.

Change-Id: I27123793fdf8f8a82afb909f2cceec71693609ea
Closes-Bug: #1990532
This commit is contained in:
Erno Kuvaja 2022-09-22 14:02:13 +01:00
parent 75218d289e
commit bbfe6cd3be
1 changed files with 3 additions and 3 deletions

View File

@ -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