There was an error while loading. Please reload this page.
1 parent 130397a commit fba4164Copy full SHA for fba4164
1 file changed
cinderclient/shell_utils.py
@@ -23,7 +23,7 @@
23
_quota_resources = ['volumes', 'snapshots', 'gigabytes',
24
'backups', 'backup_gigabytes',
25
'per_volume_gigabytes', 'groups', ]
26
-_quota_infos = ['Type', 'In_use', 'Reserved', 'Limit']
+_quota_infos = ['Type', 'In_use', 'Reserved', 'Limit', 'Allocated']
27
28
29
def print_volume_image(image):
0 commit comments