aboutsummaryrefslogtreecommitdiffstats
path: root/osdf/config/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'osdf/config/base.py')
-rw-r--r--osdf/config/base.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/osdf/config/base.py b/osdf/config/base.py
index fbe9315..2393642 100644
--- a/osdf/config/base.py
+++ b/osdf/config/base.py
@@ -1,5 +1,6 @@
# -------------------------------------------------------------------------
# Copyright (c) 2015-2017 AT&T Intellectual Property
+# Copyright (C) 2020 Wipro Limited.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -27,6 +28,10 @@ config_spec = {
"core": "config/common_config.yaml"
}
+slicing_spec = "config/slicing_config.yaml"
+
+slice_config = config_loader.load_config_file(slicing_spec)
+
osdf_config = DotDict(config_loader.all_configs(**config_spec))
http_basic_auth_credentials = creds.load_credentials(osdf_config)