X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=o2ims%2Fdomain%2Focloud.py;h=01ea29a1eddf53fce7b67ae083177cab1c3cbbb0;hb=f113db48acbe73641ce7d13c1cb8be6eea147f98;hp=996d82d0fca88bc931933a82e5e5416a8f998e87;hpb=513d34988f76825846a2379078eb4aedcaed9f27;p=pti%2Fo2.git diff --git a/o2ims/domain/ocloud.py b/o2ims/domain/ocloud.py index 996d82d..01ea29a 100644 --- a/o2ims/domain/ocloud.py +++ b/o2ims/domain/ocloud.py @@ -46,7 +46,7 @@ class DeploymentManager(AgRoot, Serializer): if 'profile' in d and d['profile'] != '': d['profile'] = json.loads(d['profile']) - d['profileSupportList'] = ['default', 'sol0018'] + d['profileSupportList'] = ['default', 'sol018'] return d