mirror of https://github.com/apache/cloudstack.git
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:
parent
e6208687c5
commit
cd69e1a8e4
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue