diff options
author | Bin Yang <bin.yang@windriver.com> | 2018-03-20 14:33:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-20 14:33:11 +0000 |
commit | 97a5f7b7b26cde8827c6ba52eb6997ef646cd107 (patch) | |
tree | f8bbb0f1f0d8d5aa5314ab49938d418757808dd6 /share/newton_base/proxy/proxy_utils.py | |
parent | e4e359ac6c27623f83d3f09121f9b47a2391f47b (diff) | |
parent | 8f2f1ef249d6d807b114a6a7e8cd385101bb578f (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.py | 2 |
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): |