Loading src/sunrise6g_opensdk/edgecloud/adapters/i2edge/client.py +1 −1 Original line number Diff line number Diff line Loading @@ -380,7 +380,7 @@ class EdgeApplicationManager(EdgeCloudManagementInterface): name=app_metadata.get("appName", ""), version=app_metadata.get("version", ""), appProvider=profile_data.get("appProviderId", ""), # Hardcoding mandatory fields that doesn't exist in i2Edge # Hardcoding mandatory fields that don't exist in i2Edge packageType="CONTAINER", appRepo={"type": "PUBLICREPO", "imagePath": "not-available"}, requiredResources={ Loading Loading
src/sunrise6g_opensdk/edgecloud/adapters/i2edge/client.py +1 −1 Original line number Diff line number Diff line Loading @@ -380,7 +380,7 @@ class EdgeApplicationManager(EdgeCloudManagementInterface): name=app_metadata.get("appName", ""), version=app_metadata.get("version", ""), appProvider=profile_data.get("appProviderId", ""), # Hardcoding mandatory fields that doesn't exist in i2Edge # Hardcoding mandatory fields that don't exist in i2Edge packageType="CONTAINER", appRepo={"type": "PUBLICREPO", "imagePath": "not-available"}, requiredResources={ Loading