diff --git a/cinderclient/shell_utils.py b/cinderclient/shell_utils.py index e01b0cff2..996f6e158 100644 --- a/cinderclient/shell_utils.py +++ b/cinderclient/shell_utils.py @@ -23,7 +23,7 @@ from cinderclient import exceptions _quota_resources = ['volumes', 'snapshots', 'gigabytes', 'backups', 'backup_gigabytes', 'per_volume_gigabytes', 'groups', ] -_quota_infos = ['Type', 'In_use', 'Reserved', 'Limit'] +_quota_infos = ['Type', 'In_use', 'Reserved', 'Limit', 'Allocated'] def print_volume_image(image):