Added missing column 'Allocated'
Added missing column 'Allocated' for quota usage command. Change-Id: Ic2656e2f849e834c7a576b0462d6e8a399a95006
This commit is contained in:
parent
130397a128
commit
fba4164637
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user