usage¶
Compute v2
usage list¶
List resource usage per project
openstack usage list
    [--sort-column SORT_COLUMN]
    [--sort-ascending | --sort-descending]
    [--start <start>]
    [--end <end>]
- --sort-column SORT_COLUMN¶
- specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated 
- --sort-ascending¶
- sort the column(s) in ascending order 
- --sort-descending¶
- sort the column(s) in descending order 
- --start <start>¶
- Usage range start date, ex 2012-01-20 (default: 4 weeks ago) 
- --end <end>¶
- Usage range end date, ex 2012-01-20 (default: tomorrow) 
usage show¶
Show resource usage for a single project
openstack usage show
    [--project <project>]
    [--start <start>]
    [--end <end>]
- --project <project>¶
- Name or ID of project to show usage for 
- --start <start>¶
- Usage range start date, ex 2012-01-20 (default: 4 weeks ago) 
- --end <end>¶
- Usage range end date, ex 2012-01-20 (default: tomorrow) 
