summaryrefslogtreecommitdiffstats
path: root/adapter/acumos/aoconversion/scanner.py
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-08-03 18:15:21 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-03 18:15:21 +0000
commitba3d7306c1773ea78ad7a87468fc66b9b4f18551 (patch)
treebd39a59806e9772d6b597b0e0db48d5b9035fcbf /adapter/acumos/aoconversion/scanner.py
parent9f7c742ea64a6acb4f5ce2b8df885750c68a2ed3 (diff)
parent711d4eae913f34e78aa10e8cd511f3b8e43cd54f (diff)
Merge "Pull JSON schemas at build/test not run time"
Diffstat (limited to 'adapter/acumos/aoconversion/scanner.py')
-rw-r--r--adapter/acumos/aoconversion/scanner.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/adapter/acumos/aoconversion/scanner.py b/adapter/acumos/aoconversion/scanner.py
index cf3ac79..aecf760 100644
--- a/adapter/acumos/aoconversion/scanner.py
+++ b/adapter/acumos/aoconversion/scanner.py
@@ -1,7 +1,7 @@
# ============LICENSE_START====================================================
# org.onap.dcae
# =============================================================================
-# Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved.
# =============================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -47,8 +47,7 @@ class Config(object):
Configuration parameters as attributes, make sure the required ones are there,
populate defaults.
"""
- def __init__(self, dcaeurl, dcaeuser, onboardingurl, onboardinguser, onboardingpass, certfile, dockerregistry, dockeruser, dockerpass, acumosurl=None, interval=900, dockerhost='tcp://localhost:2375', tmpdir='/var/tmp/aoadapter', certverify=True, catalogs=None, port=None, **extras):
- self.dcaeurl = dcaeurl
+ def __init__(self, dcaeuser, onboardingurl, onboardinguser, onboardingpass, certfile, dockerregistry, dockeruser, dockerpass, acumosurl=None, interval=900, dockerhost='tcp://localhost:2375', tmpdir='/var/tmp/aoadapter', certverify=True, catalogs=None, port=None, **extras):
self.dcaeuser = dcaeuser
def x(fmt, *args, **kwargs):