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
This commit is contained in:
Thomas Bechtold 2021-05-14 14:41:59 +02:00 committed by Cyril Roelandt
parent 9bc4ea4989
commit 25297043e3
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ Here is a list of useful image properties and the values they expect.
One of:
* ``aarch64`` - `ARM 64-bit <https://en.wikipedia.org/wiki/AArch64>`_
* ``alpha`` - `DEC 64-bit RISC <https://en.wikipedia.org/wiki/DEC_Alpha>`_
* ``armv7l`` - `ARM Cortex-A7 MPCore <https://en.wikipedia.org/wiki/ARM_architecture>`_
* ``cris`` - `Ethernet, Token Ring, AXis—Code Reduced Instruction Set <https://en.wikipedia.org/wiki/ETRAX_CRIS>`_