@@ -648,7 +648,7 @@ public enum Config {
648648 "hypervisor.list" ,
649649 HypervisorType .Hyperv + "," + HypervisorType .KVM + "," + HypervisorType .XenServer + "," + HypervisorType .VMware + "," + HypervisorType .BareMetal + "," +
650650 HypervisorType .Ovm + "," + HypervisorType .LXC + "," + HypervisorType .Ovm3 ,
651- "The list of hypervisors that this deployment will use." ,
651+ "The list of hypervisors that this deployment will use." ,
652652 "hypervisorList" ),
653653 ManagementNetwork ("Advanced" , ManagementServer .class , String .class , "management.network.cidr" , null , "The cidr of management server network" , null ),
654654 EventPurgeDelay (
@@ -1722,7 +1722,7 @@ public enum Config {
17221722 "5" ,
17231723 "The maximum size limit for S3 single part upload API(in GB). If it is set to 0, then it means always use multi-part upload to upload object to S3. "
17241724 + "If it is set to -1, then it means always use single-part upload to upload object to S3. " ,
1725- null ),
1725+ null ),
17261726
17271727 // VMSnapshots
17281728 VMSnapshotMax ("Advanced" , VMSnapshotManager .class , Integer .class , "vmsnapshot.max" , "10" , "Maximum vm snapshots for a vm" , null ),
@@ -1745,7 +1745,7 @@ public enum Config {
17451745 "false" ,
17461746 "If set to true, DhcpEntryCommand, SavePasswordCommand, VmDataCommand will be synchronized on the agent side."
17471747 + " If set to false, these commands become asynchronous. Default value is false." ,
1748- null ),
1748+ null ),
17491749
17501750 UCSSyncBladeInterval (
17511751 "Advanced" ,
0 commit comments