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
throw new CloudRuntimeException("Backup doesn't contain a Service Offering UUID. Please specify a valid Service Offering while configuring the Instance");
9516
+
throw new CloudRuntimeException("Backup doesn't contain a Service Offering UUID. Please specify a valid Service Offering while creating the Instance");
throw new CloudRuntimeException("Unable to find Service Offering with the UUID stored in the Backup. Please specify a valid Service Offering while configuring the Instance");
9520
+
throw new CloudRuntimeException("Unable to find Service Offering with the UUID stored in the Backup. Please specify a valid Service Offering while creating the Instance");
9521
9521
}
9522
9522
}
9523
9523
verifyServiceOffering(cmd, serviceOffering);
@@ -9532,11 +9532,11 @@ public UserVm allocateVMFromBackup(CreateVMFromBackupCmd cmd) throws Insufficien
throw new CloudRuntimeException("Backup doesn't contain a Template UUID. Please specify a valid Template/ISO while configuring the Instance");
9535
+
throw new CloudRuntimeException("Backup doesn't contain a Template UUID. Please specify a valid Template/ISO while creating the Instance");
9536
9536
}
9537
9537
template = _templateDao.findByUuid(templateUuid);
9538
9538
if (template == null) {
9539
-
throw new CloudRuntimeException("Unable to find Template with the UUID stored in the Backup. Please specify a valid Template/ISO while configuring the Instance");
9539
+
throw new CloudRuntimeException("Unable to find Template with the UUID stored in the Backup. Please specify a valid Template/ISO while creating the Instance");
0 commit comments