Fix newton_base DEBUG comments for pep8 23/38923/1
authorYun Huang <yun.huang@windriver.com>
Tue, 27 Mar 2018 07:27:19 +0000 (15:27 +0800)
committerYun Huang <yun.huang@windriver.com>
Tue, 27 Mar 2018 07:27:19 +0000 (15:27 +0800)
Change-Id: I021a1abd2f3361b45bbcf0645427392eda5bab08
Issue-ID: MULTICLOUD-196
Signed-off-by: Yun Huang <yun.huang@windriver.com>
share/newton_base/extensions/extensions.py
share/newton_base/proxy/dnsaasdelegate.py
share/newton_base/proxy/identityV3.py
share/newton_base/proxy/proxy_utils.py
share/newton_base/proxy/services.py

index bd43c6c..a08da3e 100644 (file)
@@ -30,7 +30,7 @@ from common.msapi import extsys
 
 logger = logging.getLogger(__name__)
 
-#DEBUG=True
+# DEBUG=True
 
 
 class Extensions(APIView):
index 66d123f..cb35663 100644 (file)
@@ -32,7 +32,7 @@ from newton_base.util import VimDriverUtils
 
 logger = logging.getLogger(__name__)
 
-#DEBUG=True
+# DEBUG=True
 
 class DnsaasDelegate(Services):
     '''
index a7c8c54..6c3c626 100644 (file)
@@ -30,7 +30,7 @@ from newton_base.proxy.proxy_utils import ProxyUtils
 
 logger = logging.getLogger(__name__)
 
-#DEBUG=True
+# DEBUG=True
 
 v3_version_detail = {
     "version": {
index 98ef0a2..5f3dd08 100644 (file)
@@ -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):
 
index 85b3ec4..2993f68 100644 (file)
@@ -29,7 +29,7 @@ from newton_base.util import VimDriverUtils
 
 logger = logging.getLogger(__name__)
 
-#DEBUG=True
+# DEBUG=True
 
 
 class HasValidToken(BasePermission):