From 876d17be6b1916c08fb36edcdf924859cb04e3cc Mon Sep 17 00:00:00 2001 From: "Hansen, Tony (th1395)" Date: Tue, 22 Jun 2021 21:12:32 +0000 Subject: 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) Issue-ID: DCAEGEN2-2733 Issue-ID: DCAEGEN2-2753 Signed-off-by: Hansen, Tony (th1395) --- .../onap_dcae_cbs_docker_client/exceptions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'onap-dcae-cbs-docker-client/onap_dcae_cbs_docker_client/exceptions.py') 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): -- cgit 1.2.3-korg