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 service offering uuid. Please specify a valid service offering id while creating the instance");
9516
+
throw new CloudRuntimeException("Backup doesn't contain a Service Offering UUID. Please specify a valid Service Offering while configuring the Instance");
throw new CloudRuntimeException("Unable to find service offering with the uuid stored in backup. Please specify a valid service offering id while creating instance");
9520
+
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");
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 Template uuid. Please specify a valid Template/ISO while creating the instance");
9535
+
throw new CloudRuntimeException("Backup doesn't contain a Template UUID. Please specify a valid Template/ISO while configuring the Instance");
9536
9536
}
9537
9537
template = _templateDao.findByUuid(templateUuid);
9538
9538
if (template == null) {
9539
-
throw new CloudRuntimeException("Unable to find template associated with the backup. Please specify a valid Template/ISO while creating instance");
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");
0 commit comments