summaryrefslogtreecommitdiffstats
path: root/python-dockering/dockering/config_building.py
diff options
context:
space:
mode:
authorAndrew Gauld <agauld@att.com>2019-08-13 13:32:27 +0000
committerAndrew Gauld <agauld@att.com>2019-08-13 15:06:26 +0000
commitebd03eb6490b8e60fe0f090aac921efb7778f1f5 (patch)
treed2b752e49028ff637641a320f1156d2d119fb71f /python-dockering/dockering/config_building.py
parent5013228b2a3deb99d56c8aa433e746abf9b1f458 (diff)
Update obsolete docker python version5.0.2-ONAP5.0.1-ONAPelalto
Issue-ID: DCAEGEN2-1725 Signed-off-by: Andrew Gauld <agauld@att.com> Change-Id: I2bbb52591c6c1774303d8d2b6bc3480fb28d9fac Signed-off-by: Andrew Gauld <agauld@att.com>
Diffstat (limited to 'python-dockering/dockering/config_building.py')
-rw-r--r--python-dockering/dockering/config_building.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-dockering/dockering/config_building.py b/python-dockering/dockering/config_building.py
index 08fd1c0..144131e 100644
--- a/python-dockering/dockering/config_building.py
+++ b/python-dockering/dockering/config_building.py
@@ -65,7 +65,7 @@ def create_envs_healthcheck(docker_config, default_interval="15s",
# server cert verification because the hostname is actually the ip
# address.
envs["SERVICE_CHECK_TLS_SKIP_VERIFY"] = "true"
- utils.logger.warn("Https-based health checks may not work because Registrator issue #516")
+ utils.logger.warning("Https-based health checks may not work because Registrator issue #516")
elif hc["type"] == "script":
envs["SERVICE_CHECK_SCRIPT"] = hc["script"]
elif hc["type"] == "docker":