python-tripleoclient/releasenotes/notes/add-platform-option-97d92380b9ff52f1.yaml
Tony Breeds 3e786fe832 Add --platform support when uploading images
Adding --platform when uploading images will set a tripleo_platform
image meta data property and prefix all images with the platform (and
arch) to make them stand out in an openstack image list.

Support is added in such a way that that image names are not altered if
no --platform is specified.  As platform really only makes sense
*within* and architecture we ensure that both options are supplied.

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

9 lines
350 B
YAML

---
features:
- |
In certain situations it may be desirable to provide optimised overcloud
images for deployed nodes. In order to achieve this add a ``--platform``
option to ``openstack overcloud image upload``. This option will then be
used to select appropriate images based on the combination of architecture
and platform.