You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewCloudRuntimeException(String.format("Failed to create template_zone_ref record for the systemVM template for hypervisor: %s and zone: %s", template.getHypervisorType().name(), dc));
498
+
thrownewCloudRuntimeException(String.format("Failed to create template_zone_ref record for the systemVM template (id: %s) and zone: %s", templateId, dc));
499
499
}
500
500
}
501
501
}
@@ -625,8 +625,9 @@ private Long performTemplateRegistrationOperations(Pair<Hypervisor.HypervisorTyp
625
625
thrownewCloudRuntimeException(String.format("Failed to register template for hypervisor: %s", hypervisor.name()));
0 commit comments