Activity log for bug #1183870

Date Who What changed Old value New value Message
2013-05-24 15:51:22 Tiantian Gao bug added bug
2013-05-24 15:52:12 Tiantian Gao description As https://blueprints.launchpad.net/nova/+spec/apis-for-nova-manage described, nova-api contains all function of nova-manage. nova-manage shows `in_use` and `reserved` like below. $ nova-manage project quota --project aa41b3c3106045b98320a0c7bb4f819f Quota Limit In Use Reserved metadata_items 128 0 0 injected_file_content_bytes 10240 0 0 ram 51200 0 0 floating_ips 10 1 0 security_group_rules 20 0 0 instances 10 0 0 key_pairs 100 0 0 injected_files 5 0 0 cores 20 0 0 fixed_ips unlimited 0 0 injected_file_path_bytes 255 0 0 security_groups 10 0 0 But nova-api only show limit like below. $ nova quota-show --tenant aa41b3c3106045b98320a0c7bb4f819f +-----------------------------+-------+ | Property | Value | +-----------------------------+-------+ | metadata_items | 128 | | injected_file_content_bytes | 10240 | | ram | 51200 | | floating_ips | 10 | | key_pairs | 100 | | instances | 10 | | security_group_rules | 20 | | injected_files | 5 | | cores | 20 | | fixed_ips | -1 | | injected_file_path_bytes | 255 | | security_groups | 10 | +-----------------------------+-------+ I think nova-api should show `in_use` and `Reserved` as nova-manage do. As https://blueprints.launchpad.net/nova/+spec/apis-for-nova-manage described, nova-api contains all function of nova-manage. nova-manage shows `in_use` and `reserved` like below. $ nova-manage project quota --project aa41b3c3106045b98320a0c7bb4f819f Quota Limit In Use Reserved metadata_items 128 0 0 injected_file_content_bytes 10240 0 0 ram 51200 0 0 floating_ips 10 1 0 security_group_rules 20 0 0 instances 10 0 0 key_pairs 100 0 0 injected_files 5 0 0 cores 20 0 0 fixed_ips unlimited 0 0 injected_file_path_bytes 255 0 0 security_groups 10 0 0 But nova-api only show `limit` like below. $ nova quota-show --tenant aa41b3c3106045b98320a0c7bb4f819f +-----------------------------+-------+ | Property | Value | +-----------------------------+-------+ | metadata_items | 128 | | injected_file_content_bytes | 10240 | | ram | 51200 | | floating_ips | 10 | | key_pairs | 100 | | instances | 10 | | security_group_rules | 20 | | injected_files | 5 | | cores | 20 | | fixed_ips | -1 | | injected_file_path_bytes | 255 | | security_groups | 10 | +-----------------------------+-------+ I think nova-api should show `in_use` and `Reserved` as nova-manage do.
2013-05-24 16:29:50 Russell Bryant tags api
2013-06-09 06:22:27 OpenStack Infra nova: status New In Progress
2013-06-09 06:22:27 OpenStack Infra nova: assignee TianTian Gao (gtt116)
2013-08-27 01:52:43 Tiantian Gao nova: status In Progress Fix Committed
2013-09-05 15:50:30 Thierry Carrez nova: status Fix Committed Fix Released
2013-09-05 15:50:30 Thierry Carrez nova: milestone havana-3
2013-10-17 12:04:14 Thierry Carrez nova: milestone havana-3 2013.2