Merge "build: 5s delay + note when binary images are used"
This commit is contained in:
commit
0443cee223
@ -681,6 +681,12 @@ class KollaWorker(object):
|
|||||||
"due to lack of packages for other architectures.")
|
"due to lack of packages for other architectures.")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
if self.install_type == 'binary':
|
||||||
|
LOG.info("Building binary images is now deprecated. Consider "
|
||||||
|
"switching to source ones.")
|
||||||
|
LOG.info("Build will continue in 5 seconds.")
|
||||||
|
time.sleep(5)
|
||||||
|
|
||||||
self.image_prefix = self.base + '-' + self.install_type + '-'
|
self.image_prefix = self.base + '-' + self.install_type + '-'
|
||||||
if self.conf.infra_rename:
|
if self.conf.infra_rename:
|
||||||
self.infra_image_prefix = self.base + '-infra-'
|
self.infra_image_prefix = self.base + '-infra-'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user