Add chrooted to the common vars

When building images from a container, the chrooted option
needs to be extended for the extras repos as well.
Make it shared via the common defaults.

Required-By: Ie880a33fbb758240638178c45c43156e80bf4d24
Related-Bug: #1676373

Change-Id: I8cc198bd1081e0c1864228dad6228daa92ac32b7
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
Bogdan Dobrelya 2018-03-13 17:43:54 +01:00
parent b10dbd4f7a
commit bdc47b9c13
1 changed files with 3 additions and 0 deletions

View File

@ -229,3 +229,6 @@ exit_on_validations_failure: False
# Update undercloud and overcloud images with the repos provided via the
# release config.
update_images: false
# If running in chroot-like environments (containers)
chrooted: false