From: demx8as6 Date: Wed, 5 Jul 2023 16:22:01 +0000 (+0000) Subject: repo clean-up X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=9e2126c302c18751f3be9ede49985d2b8fb39052;p=oam.git repo clean-up - fix references to config yaml Issue-ID: OAM-346 Change-Id: Ib55f2c51c8b48f1bd0f1b577f6954effe502f211 Signed-off-by: demx8as6 --- diff --git a/code/client-scripts-ves-v7/globalVesEventEmitter.py b/code/client-scripts-ves-v7/globalVesEventEmitter.py index 26c3879..4fc15a9 100644 --- a/code/client-scripts-ves-v7/globalVesEventEmitter.py +++ b/code/client-scripts-ves-v7/globalVesEventEmitter.py @@ -81,7 +81,7 @@ def getInitData(domain, stndBody=''): result['interface']= "urn:ietf:params:xml:ns:yang:ietf-interfaces:interfaces/interface/name='O-RAN-SC-OAM'" # Read config - with open('config.yml', 'r') as stream: + with open('config.yaml', 'r') as stream: try: result['config']= yaml.safe_load(stream) except yaml.YAMLError as exc: