diff options
author | Hansen, Tony (th1395) <th1395@att.com> | 2021-06-22 21:12:32 +0000 |
---|---|---|
committer | Hansen, Tony (th1395) <th1395@att.com> | 2021-07-01 16:42:05 +0000 |
commit | 876d17be6b1916c08fb36edcdf924859cb04e3cc (patch) | |
tree | 0ca229505a333fa20392a3cec411fa34782ffecf /onap-dcae-cbs-docker-client/onap_dcae_cbs_docker_client/exceptions.py | |
parent | 1002e423a67cc4c22846ffc333b8027230e55dcb (diff) |
support local config and policy files
* DCAEGEN2-2733/DCAEGEN2-2753 - onap-dcae-cbs-docker-client support local config and policy files
Support $CBS_CLIENT_CONFIG_PATH and $CBS_CLIENT_POLICY_PATH,
Default paths are /app-config/application_config.yaml and /etc/policies/policies.json.
If files are missing or malformed, drop back to the current behavior.
Change-Id: Iba2484f6be7fc54e412f7de302bb79a4d7bfde17
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue-ID: DCAEGEN2-2733
Issue-ID: DCAEGEN2-2753
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Diffstat (limited to 'onap-dcae-cbs-docker-client/onap_dcae_cbs_docker_client/exceptions.py')
-rw-r--r-- | onap-dcae-cbs-docker-client/onap_dcae_cbs_docker_client/exceptions.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/onap-dcae-cbs-docker-client/onap_dcae_cbs_docker_client/exceptions.py b/onap-dcae-cbs-docker-client/onap_dcae_cbs_docker_client/exceptions.py index 6b73b91..0cd19fd 100644 --- a/onap-dcae-cbs-docker-client/onap_dcae_cbs_docker_client/exceptions.py +++ b/onap-dcae-cbs-docker-client/onap_dcae_cbs_docker_client/exceptions.py @@ -1,5 +1,5 @@ # ================================================================================ -# Copyright (c) 2019 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2019-2021 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. @@ -13,8 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============LICENSE_END========================================================= -# -# ECOMP is a trademark and service mark of AT&T Intellectual Property. + +""" exceptions used by the Config Binding Server """ class ENVsMissing(Exception): |