mirror of https://github.com/apache/cloudstack.git
Set default value to true for dynamic scaling enabled column on ServiceOfferingVO
This commit is contained in:
parent
14d15aa9c2
commit
dcaa72ccab
|
|
@ -76,7 +76,7 @@ public class ServiceOfferingVO extends DiskOfferingVO implements ServiceOffering
|
|||
private String deploymentPlanner = null;
|
||||
|
||||
@Column(name = "dynamic_scaling_enabled")
|
||||
private boolean dynamicScalingEnabled;
|
||||
private boolean dynamicScalingEnabled = true;
|
||||
|
||||
// This is a delayed load value. If the value is null,
|
||||
// then this field has not been loaded yet.
|
||||
|
|
|
|||
Loading…
Reference in New Issue