X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fdomain%2Focloud.py;h=996d82d0fca88bc931933a82e5e5416a8f998e87;hb=refs%2Fchanges%2F58%2F8558%2F1;hp=8547f5d4a125b1a0a10327ae746c51e086c1b992;hpb=1a9dcb5b8f598ee348f23eafecc2d92ef09c8122;p=pti%2Fo2.git diff --git a/o2ims/domain/ocloud.py b/o2ims/domain/ocloud.py index 8547f5d..996d82d 100644 --- a/o2ims/domain/ocloud.py +++ b/o2ims/domain/ocloud.py @@ -46,6 +46,7 @@ class DeploymentManager(AgRoot, Serializer): if 'profile' in d and d['profile'] != '': d['profile'] = json.loads(d['profile']) + d['profileSupportList'] = ['default', 'sol0018'] return d