Merge "Docs: Enable O2 DMS by exposing k8s API endpoint"
[pti/o2.git] / o2ims / domain / ocloud.py
index 8547f5d..996d82d 100644 (file)
@@ -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