Skip to content

Commit cd69e1a

Browse files
rg9975Copilot
andauthored
Update server/src/main/java/com/cloud/network/as/AutoScaleManagerImpl.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e620868 commit cd69e1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ public void updateVmDetails(Map<String, String> deployParams, Map<String, String
19531953

19541954
@Override
19551955
public String getNextVmHostName(AutoScaleVmGroupVO asGroup) {
1956-
if (UseAutoscaleVmHostnamePrefixEnabled.value() == true) {
1956+
if (UseAutoscaleVmHostnamePrefixEnabled.value()) {
19571957
return getNextVmHostNameWithPrefix(asGroup);
19581958
} else {
19591959
return getNextVmHostNameWithoutPrefix(asGroup);

0 commit comments

Comments
 (0)