From 880ff3abd7c88cac547aec27040b715f483b8f84 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 14 May 2018 14:01:10 +0200 Subject: [PATCH] build: remove info that image squash support is disabled We do not tell that optionX or optionY is disabled so why we have to inform that image squash is disabled? This is an option which has to be enabled and then informing that it is enabled has sense. Change-Id: I14b9b02e3cb290128d9f7673df8efe61aaa08c31 --- kolla/image/build.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/kolla/image/build.py b/kolla/image/build.py index cd59aa260a..551845562d 100755 --- a/kolla/image/build.py +++ b/kolla/image/build.py @@ -1246,8 +1246,6 @@ def run_build(): squash_version = utils.get_docker_squash_version() LOG.info('Image squash is enabled and "docker-squash" version is %s', squash_version) - else: - LOG.info('Image squash is disabled') kolla = KollaWorker(conf) kolla.setup_working_dir()