b5500956d3
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
8 lines
333 B
YAML
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.
|