Skip to content

Commit 24d6197

Browse files
kishankavalaDaanHoogland
authored andcommitted
Add bucket usage to quota types
1 parent 045ed07 commit 24d6197

File tree

1 file changed

+1
-0
lines changed
  • framework/quota/src/main/java/org/apache/cloudstack/quota/constant

1 file changed

+1
-0
lines changed

framework/quota/src/main/java/org/apache/cloudstack/quota/constant/QuotaTypes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public class QuotaTypes extends UsageTypes {
5555
quotaTypeList.put(VOLUME_SECONDARY, new QuotaTypes(VOLUME_SECONDARY, "VOLUME_SECONDARY", UsageUnitTypes.GB_MONTH.toString(), "Volume secondary storage usage"));
5656
quotaTypeList.put(VM_SNAPSHOT_ON_PRIMARY, new QuotaTypes(VM_SNAPSHOT_ON_PRIMARY, "VM_SNAPSHOT_ON_PRIMARY", UsageUnitTypes.GB_MONTH.toString(), "VM Snapshot primary storage usage"));
5757
quotaTypeList.put(BACKUP, new QuotaTypes(BACKUP, "BACKUP", UsageUnitTypes.GB_MONTH.toString(), "Backup storage usage"));
58+
quotaTypeList.put(BUCKET, new QuotaTypes(BUCKET, "BUCKET", UsageUnitTypes.GB_MONTH.toString(), "Object Store bucket usage"));
5859
quotaTypeMap = Collections.unmodifiableMap(quotaTypeList);
5960
}
6061

0 commit comments

Comments
 (0)