Notify user if template upgrade is not required (#12483)

This commit is contained in:
Manoj Kumar 2026-01-26 15:03:30 +05:30 committed by GitHub
parent 0958dfc138
commit d010e9fcf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -3358,6 +3358,7 @@ Configurable, StateListener<VirtualMachine.State, VirtualMachine.Event, VirtualM
jobIds.add(jobId);
} else {
logger.debug("Router: {} is already at the latest version. No upgrade required", router);
throw new CloudRuntimeException("Router is already at the latest version. No upgrade required");
}
}
return jobIds;