Update server/src/main/java/com/cloud/network/as/AutoScaleManagerImpl.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Rene Glover 2025-11-14 07:33:39 -06:00 committed by GitHub
parent e6208687c5
commit cd69e1a8e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1953,7 +1953,7 @@ public class AutoScaleManagerImpl extends ManagerBase implements AutoScaleManage
@Override
public String getNextVmHostName(AutoScaleVmGroupVO asGroup) {
if (UseAutoscaleVmHostnamePrefixEnabled.value() == true) {
if (UseAutoscaleVmHostnamePrefixEnabled.value()) {
return getNextVmHostNameWithPrefix(asGroup);
} else {
return getNextVmHostNameWithoutPrefix(asGroup);