84a270a418
When trying to just replace a single image in the overcloud, the client is asking for all the images to be present in the working directory. Allowing to pass an image-type flag (with os/ipa values), that will restrict the upload to that type. Change-Id: I4e48458f83d2a646aad873b0577dc3bea766d2d7 Fixes-Bug: #1778500
8 lines
293 B
YAML
8 lines
293 B
YAML
---
|
|
features:
|
|
- Add a new feature called image-type, that accepts 'os' and
|
|
'ironic-python-agent' values.
|
|
When specified, it restricts the image to upload to that type, making it
|
|
easier to replace ipa/os images without having to collect the full set in
|
|
our working directory.
|