April 2017
Intermediate to advanced
470 pages
11h 12m
English
The following command line displays, for example, the quota information for our new created tenant for the compute service, nova:
# nova quota-show --tenant 832bd4c20caa44778f4acf5481d4a4a9 +-----------------------------+-------+ | Quota | Limit | +-----------------------------+-------+ | instances | 10 | | cores | 20 | | ram | 51200 | | floating_ips | 10 | | fixed_ips | -1 | | metadata_items | 128 | | injected_files | 5 | | injected_file_content_bytes | 10240 | | injected_file_path_bytes | 255 | | key_pairs | 100 | | security_groups | 100 | | security_group_rules | 200 | | server_groups | 10 | | server_group_members | 10 | +-----------------------------+-------+
Read now
Unlock full access