5741603308
The recently merged change Ie8543bed3363aac539cfd35e04e8dfaaa166ebc3 added five new options to undercloud.conf to drive the container prepare during undercloud install. However this is not nearly as flexible as the prepare workflow for overcloud deploy, which can have multiple entries in the ContainerImagePrepare parameter list. This change removes those new options, and uses the specified container_images_file file as the source for the ContainerImagePrepare parameter *or* the container image parameters. If no file is specified, the environment has a default ContainerImagePrepare parameter set which will result in a working undercloud based on the defaults in kolla_builder. Change-Id: Ic1e6eb5ff0aaeaded279c97139adc9fdebb12857 Blueprint: containerized-undercloud
9 lines
288 B
YAML
9 lines
288 B
YAML
---
|
|
features:
|
|
- |
|
|
|
|
If no undercloud.conf `container_images_file` is set then `openstack
|
|
undercloud install --use-heat` will deploy an undercloud with the latest
|
|
containers as specified by the defaults. This allows the
|
|
`container_images_file` option to be not mandatory.
|