X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fservice%2Fauditor%2Focloud_handler.py;h=4cc8ec741e732a16e100d28ebc13d1efd46c7b9c;hb=1c5999c04742b704a3b78fe9acecba09d41f0d11;hp=7548d58596904f5d7fbaf2c684afd677c79084df;hpb=3da89330f3837ac6cffd2cad4c4018c9f8c3327d;p=pti%2Fo2.git diff --git a/o2ims/service/auditor/ocloud_handler.py b/o2ims/service/auditor/ocloud_handler.py index 7548d58..4cc8ec7 100644 --- a/o2ims/service/auditor/ocloud_handler.py +++ b/o2ims/service/auditor/ocloud_handler.py @@ -81,7 +81,7 @@ def is_outdated(ocloud: Ocloud, stxobj: StxGenericModel): def create_by(stxobj: StxGenericModel) -> Ocloud: - imsendpoint = config.get_api_url() + config.get_o2ims_api_base() + imsendpoint = config.get_api_url() + config.get_o2ims_api_base() + '/' globalcloudId = stxobj.id # to be updated description = "An ocloud" ocloud = Ocloud(stxobj.id, stxobj.name, imsendpoint,