7aeba8f51a
Add --work-dir to openstack overcloud container image build command and every run will create a unique workspace which where will be stored Kolla configs and build logs. Default directory will be in /tmp/container-builds. UUIDs are used to identify each time we run the command and will be the directory name in the work dir. Depends-On: https://review.opendev.org/#/c/709389/ Related-Bug: #1864108 Change-Id: Id3e52ba920c54c98529ecb5f723ba452362a0b32
9 lines
366 B
YAML
9 lines
366 B
YAML
---
|
|
features:
|
|
- |
|
|
Add --work-dir to openstack overcloud container image build command and
|
|
every run will create a unique workspace which where will be stored Kolla
|
|
configs and build logs. Default directory will be in
|
|
/tmp/container-builds. UUIDs are used to identify each time we run the
|
|
command and will be the directory name in the work dir.
|