Docs: Fix issue of the docs; Update 'sol0018' to 'sol018'
[pti/o2.git] / o2ims / domain / ocloud.py
index 996d82d..01ea29a 100644 (file)
@@ -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