X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=o2ims%2Fdomain%2Focloud.py;h=01ea29a1eddf53fce7b67ae083177cab1c3cbbb0;hb=74737970a1362175c61fae7724e2055e731ebefd;hp=8547f5d4a125b1a0a10327ae746c51e086c1b992;hpb=1a9dcb5b8f598ee348f23eafecc2d92ef09c8122;p=pti%2Fo2.git diff --git a/o2ims/domain/ocloud.py b/o2ims/domain/ocloud.py index 8547f5d..01ea29a 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', 'sol018'] return d