python-tripleoclient/releasenotes/notes/add-architecture-option-1fca9e53bd59d353.yaml
Tony Breeds b5500956d3 Add --architecture support when uploading images
Adding --architecture when uploading images will set a hw_architecture image
meta data property and prefix all images with the arch to make them
stand out in an openstack image list

While tripleo doesn't yet take advantage of using the image meta data
it's still helpful for manual testing to ensure that image selection
implies appropriate hardware.

Support is added in such a way that that image names are not altered if
no --architecture is specified.

Blueprint: multiarch-support
Change-Id: I352759014ce4c249d8391b03317012000221f96f
2018-07-10 11:16:27 +10:00

8 lines
333 B
YAML

---
features:
- |
In order to allow overcloud and deploy images to vary based on architecture
add a ``--architecture`` option to ``openstack overcloud image upload``.
This option will add hw_architecture to the image meta-data, which will
then be used my nova to limit node selection to matching CPU architectures.