Skip to content

Commit 551fdd7

Browse files
committed
CLOUDSTACK-3605
Make the display_offering = true by default in the code. Signed off by : nitin mehta<nitin.mehta@citrix.com>
1 parent e25cbd6 commit 551fdd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/schema/src/com/cloud/storage/DiskOfferingVO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public enum Type {
119119
Long iopsWriteRate;
120120

121121
@Column(name="display_offering")
122-
boolean displayOffering;
122+
boolean displayOffering = true;
123123

124124
public DiskOfferingVO() {
125125
this.uuid = UUID.randomUUID().toString();

0 commit comments

Comments
 (0)