Skip to content

Commit fba4164

Browse files
committed
Added missing column 'Allocated'
Added missing column 'Allocated' for quota usage command. Change-Id: Ic2656e2f849e834c7a576b0462d6e8a399a95006
1 parent 130397a commit fba4164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cinderclient/shell_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
_quota_resources = ['volumes', 'snapshots', 'gigabytes',
2424
'backups', 'backup_gigabytes',
2525
'per_volume_gigabytes', 'groups', ]
26-
_quota_infos = ['Type', 'In_use', 'Reserved', 'Limit']
26+
_quota_infos = ['Type', 'In_use', 'Reserved', 'Limit', 'Allocated']
2727

2828

2929
def print_volume_image(image):

0 commit comments

Comments
 (0)