Skip to content

Commit 785dbf4

Browse files
yadvrvishesh92
andauthored
Update server/src/main/java/org/apache/cloudstack/vm/lease/VMLeaseManager.java
Co-authored-by: Vishesh <vishesh92@gmail.com>
1 parent d5988a5 commit 785dbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/apache/cloudstack/vm/lease/VMLeaseManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ enum LeaseActionExecution {
4444

4545
ConfigKey<Boolean> InstanceLeaseEnabled = new ConfigKey<>(ConfigKey.CATEGORY_ADVANCED, Boolean.class,
4646
"instance.lease.enabled", "false", "Indicates whether to enable the Instance lease," +
47-
" will be applicable only on instances created after lease is enabled. Disabling the feature cancels lease on existing instances with lease." +
47+
" will be applicable only on instances created after lease is enabled. Disabling the feature cancels lease on existing instances with lease. " +
4848
"Re-enabling feature will not cause lease expiry actions on grandfathered instances",
4949
true, List.of(ConfigKey.Scope.Global));
5050

0 commit comments

Comments
 (0)