Change-Id: Ie184b2b682f145611b4085450b95a27df08badba
Issue-ID: MULTICLOUD-196
Signed-off-by: Yun Huang <yun.huang@windriver.com>
logger = logging.getLogger(__name__)
-#DEBUG=True
+# DEBUG=True
class EpaCaps(newton_epacaps.EpaCaps):
logger = logging.getLogger(__name__)
-#DEBUG=True
+# DEBUG=True
class Extensions(newton_extensions.Extensions):
logger = logging.getLogger(__name__)
-#DEBUG=True
+# DEBUG=True
#dict to store running worker threads
running_threads = {}
logger = logging.getLogger(__name__)
-#DEBUG=True
+# DEBUG=True
class Tokens(newton_identityV3.Tokens):
logger = logging.getLogger(__name__)
-#DEBUG=True
+# DEBUG=True
class Services(newton_services.Services):
logger = logging.getLogger(__name__)
-DEBUG=True
+# DEBUG=True
class Registry(newton_registration.Registry):
SECRET_KEY = '3o-wney!99y)^h3v)0$j16l9=fdjxcb+a8g+q3tfbahcnu2b0o'
# SECURITY WARNING: don't run with debug turned on in production!
-#DEBUG = True
+# DEBUG = True
ALLOWED_HOSTS = ['*']