Skip to content

Commit 6498301

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Added missing column 'Allocated'"
2 parents 370566e + fba4164 commit 6498301

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)