From 25297043e33c362a652ea532e80b938bf0d7229b Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 14 May 2021 14:41:59 +0200 Subject: [PATCH] doc: add aarch64 to list of architecture image properties Images for the aarch64 ARM architecture do have the architecture property set to aarch64. This is useful to know when trying to filter by properties like: openstack image list --property architecture=aarch64 Change-Id: Ib4c0130bee302ee886521b74cf5434a0073cecf6 --- doc/source/admin/useful-image-properties.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/admin/useful-image-properties.rst b/doc/source/admin/useful-image-properties.rst index fa59a0c962..ab75f01417 100644 --- a/doc/source/admin/useful-image-properties.rst +++ b/doc/source/admin/useful-image-properties.rst @@ -96,6 +96,7 @@ Here is a list of useful image properties and the values they expect. One of: + * ``aarch64`` - `ARM 64-bit `_ * ``alpha`` - `DEC 64-bit RISC `_ * ``armv7l`` - `ARM Cortex-A7 MPCore `_ * ``cris`` - `Ethernet, Token Ring, AXis—Code Reduced Instruction Set `_