
The list of useful image properties really belongs in the Glance Administration Guide. The only connection they have with the glanceclient is that you can use it to set them. Rewrite the property keys document to reflect this. The dependency moves the relevant text to the Glance Admin Guide. Depends-on: https://review.openstack.org/565780 Change-Id: I39add6728aad42988a07d2ad97cd81dbdaf4c54a
30 lines
1.0 KiB
ReStructuredText
30 lines
1.0 KiB
ReStructuredText
===========================
|
|
Image service property keys
|
|
===========================
|
|
|
|
You can use the glanceclient command line interface to set image properties
|
|
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.
|
|
|
|
For example:
|
|
|
|
.. code-block:: console
|
|
|
|
$ openstack image set 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
|
|
<https://docs.openstack.org/glance/latest/admin/useful-image-properties.html>`_
|
|
in the Glance Administration Guide.
|
|
|
|
.. note::
|
|
|
|
Behavior set using image properties overrides behavior set using flavors.
|
|
For more information, refer to `Manage images
|
|
<https://docs.openstack.org/glance/latest/admin/manage-images.html>`_
|
|
in the Glance Administration Guide.
|