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
@@ -8852,7 +8852,7 @@ public UserVm allocateVMFromBackup(CreateVMFromBackupCmd cmd) throws Insufficien
8852
8852
}
8853
8853
template = _templateDao.findByUuid(templateUuid);
8854
8854
if (template == null) {
8855
-
thrownewCloudRuntimeException("Unable to find template with the uuid stored in backup. Please specify a valid template id while creating instance");
8855
+
thrownewCloudRuntimeException("Unable to find template with the uuid stored in backup. Please specify a valid template id while creating the instance");
8856
8856
}
8857
8857
}
8858
8858
@@ -8902,7 +8902,7 @@ public UserVm allocateVMFromBackup(CreateVMFromBackupCmd cmd) throws Insufficien
thrownewCloudRuntimeException("Unable to find network with the uuid " + networkUuid + "stored in backup. Please specify a valid network id while creating instance");
8905
+
thrownewCloudRuntimeException("Unable to find network with the uuid " + networkUuid + "stored in backup. Please specify a valid network id while creating the instance");
thrownewCloudRuntimeException("Unable to find disk offering with uuid (" + uuid + ") stored in backup. Please specify a valid disk offering id while creating the instance");
0 commit comments