From c0a0311e9442922365c1122aaa4e85b4fcf4420f Mon Sep 17 00:00:00 2001 From: Yun Huang Date: Tue, 27 Mar 2018 15:27:19 +0800 Subject: Fix newton_base DEBUG comments for pep8 Change-Id: I021a1abd2f3361b45bbcf0645427392eda5bab08 Issue-ID: MULTICLOUD-196 Signed-off-by: Yun Huang --- share/newton_base/extensions/extensions.py | 2 +- share/newton_base/proxy/dnsaasdelegate.py | 2 +- share/newton_base/proxy/identityV3.py | 2 +- share/newton_base/proxy/proxy_utils.py | 4 ++-- share/newton_base/proxy/services.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/share/newton_base/extensions/extensions.py b/share/newton_base/extensions/extensions.py index bd43c6ca..a08da3e3 100644 --- a/share/newton_base/extensions/extensions.py +++ b/share/newton_base/extensions/extensions.py @@ -30,7 +30,7 @@ from common.msapi import extsys logger = logging.getLogger(__name__) -#DEBUG=True +# DEBUG=True class Extensions(APIView): diff --git a/share/newton_base/proxy/dnsaasdelegate.py b/share/newton_base/proxy/dnsaasdelegate.py index 66d123f1..cb35663f 100644 --- a/share/newton_base/proxy/dnsaasdelegate.py +++ b/share/newton_base/proxy/dnsaasdelegate.py @@ -32,7 +32,7 @@ from newton_base.util import VimDriverUtils logger = logging.getLogger(__name__) -#DEBUG=True +# DEBUG=True class DnsaasDelegate(Services): ''' diff --git a/share/newton_base/proxy/identityV3.py b/share/newton_base/proxy/identityV3.py index a7c8c546..6c3c6262 100644 --- a/share/newton_base/proxy/identityV3.py +++ b/share/newton_base/proxy/identityV3.py @@ -30,7 +30,7 @@ from newton_base.proxy.proxy_utils import ProxyUtils logger = logging.getLogger(__name__) -#DEBUG=True +# DEBUG=True v3_version_detail = { "version": { diff --git a/share/newton_base/proxy/proxy_utils.py b/share/newton_base/proxy/proxy_utils.py index 98ef0a20..5f3dd08a 100644 --- a/share/newton_base/proxy/proxy_utils.py +++ b/share/newton_base/proxy/proxy_utils.py @@ -23,8 +23,8 @@ from common.exceptions import VimDriverNewtonException logger = logging.getLogger(__name__) -#DEBUG=True -#MULTICLOUD_PREFIX = "http://%s:%s/api/multicloud-newton/v0" %(config.MSB_SERVICE_IP, config.MSB_SERVICE_PORT) +# DEBUG=True +# MULTICLOUD_PREFIX = "http://%s:%s/api/multicloud-newton/v0" %(config.MSB_SERVICE_IP, config.MSB_SERVICE_PORT) class ProxyUtils(object): diff --git a/share/newton_base/proxy/services.py b/share/newton_base/proxy/services.py index 85b3ec49..2993f68d 100644 --- a/share/newton_base/proxy/services.py +++ b/share/newton_base/proxy/services.py @@ -29,7 +29,7 @@ from newton_base.util import VimDriverUtils logger = logging.getLogger(__name__) -#DEBUG=True +# DEBUG=True class HasValidToken(BasePermission): -- cgit 1.2.3-korg