summaryrefslogtreecommitdiffstats
path: root/dovetail/container.py
diff options
context:
space:
mode:
Diffstat (limited to 'dovetail/container.py')
-rw-r--r--dovetail/container.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/container.py b/dovetail/container.py
index 2108cdc1..2d9701bf 100644
--- a/dovetail/container.py
+++ b/dovetail/container.py
@@ -177,7 +177,7 @@ class Container(object):
cacert_volume = ""
https_enabled = dt_utils.check_https_enabled(cls.logger)
cacert = os.getenv('OS_CACERT',)
- if https_enabled == 0:
+ if https_enabled:
cls.logger.info("https enabled...")
if cacert is not None:
if not os.path.isfile(cacert):