mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3605
Make the display_offering = true by default in the code. Signed off by : nitin mehta<nitin.mehta@citrix.com>
This commit is contained in:
parent
e25cbd66d2
commit
551fdd7df4
|
|
@ -119,7 +119,7 @@ public class DiskOfferingVO implements DiskOffering {
|
|||
Long iopsWriteRate;
|
||||
|
||||
@Column(name="display_offering")
|
||||
boolean displayOffering;
|
||||
boolean displayOffering = true;
|
||||
|
||||
public DiskOfferingVO() {
|
||||
this.uuid = UUID.randomUUID().toString();
|
||||
|
|
|
|||
Loading…
Reference in New Issue