Files
python-tripleoclient/releasenotes/notes/container-images-file-required-ff11154429796729.yaml
Alex Schultz f0bad0df67 Make container_images_file required
When doing a containerized undercloud deployment, it is required to
pass in a file containing the containers to use. Previously there was
a default value meaning if you didn't pass in the file it would start
but fail during the deployment because the containers were not defined.
This parameter is required until we come up with a solution to
automatically generate this file during the deployment.

Change-Id: I2a5694f3dd623672c2841ccfdcf1f6325509d806
Partial-Bug: #1754067
2018-03-07 11:02:11 -07:00

7 lines
190 B
YAML

---
other:
- |
When using containerized undercloud installation with `openstack undercloud
install --use-heat`, the container_images_file is a required configuration
parmeter.