X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fclient-scripts-ves-v7%2FglobalVesEventEmitter.py;h=4fc15a9b49dcd89aaa6df4b9e86af3c999d5db9d;hb=refs%2Fheads%2Fmaster;hp=26c38794b8975d829c85457e48f67f4583e65559;hpb=dde573c74442f104159c3ee1b5b886d1f300d807;p=oam.git 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: