Merge "Replace osc with glance commands"

This commit is contained in:
Zuul
2022-12-15 14:47:31 +00:00
committed by Gerrit Code Review
+3 -3
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