summaryrefslogtreecommitdiffstats
path: root/share/newton_base/proxy/proxy_utils.py
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2018-03-20 14:33:11 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-20 14:33:11 +0000
commit97a5f7b7b26cde8827c6ba52eb6997ef646cd107 (patch)
treef8bbb0f1f0d8d5aa5314ab49938d418757808dd6 /share/newton_base/proxy/proxy_utils.py
parente4e359ac6c27623f83d3f09121f9b47a2391f47b (diff)
parent8f2f1ef249d6d807b114a6a7e8cd385101bb578f (diff)
Merge "Disable DEBUG mode for MC plugin windriver"
Diffstat (limited to 'share/newton_base/proxy/proxy_utils.py')
-rw-r--r--share/newton_base/proxy/proxy_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/newton_base/proxy/proxy_utils.py b/share/newton_base/proxy/proxy_utils.py
index bad5b60f..98ef0a20 100644
--- a/share/newton_base/proxy/proxy_utils.py
+++ b/share/newton_base/proxy/proxy_utils.py
@@ -23,7 +23,7 @@ from common.exceptions import VimDriverNewtonException
logger = logging.getLogger(__name__)
-DEBUG=True
+#DEBUG=True
#MULTICLOUD_PREFIX = "http://%s:%s/api/multicloud-newton/v0" %(config.MSB_SERVICE_IP, config.MSB_SERVICE_PORT)
class ProxyUtils(object):