Activity log for bug #1461638

Date Who What changed Old value New value Message
2015-06-03 17:40:53 Nikola Đipanov bug added bug
2015-06-03 17:41:28 Nikola Đipanov description $ nova boot --image cirros-0.3.4-x86_64-uec --flavor 1 --block-device source=blank,dest=volume testvm-blank The above line would succseed but no volume would be created. The reason is that: https://github.com/openstack/nova/blob/46bba88413c99ddbb8080f68c1a32a64ef908150/nova/compute/api.py#L1210 will not check if the size was provided (like it checks when source=image volume is requested), and then it will just get completely disregarded here: https://github.com/openstack/nova/blob/46bba88413c99ddbb8080f68c1a32a64ef908150/nova/compute/api.py#L1204 $ nova boot --image cirros-0.3.4-x86_64-uec --flavor 1 --block-device source=blank,dest=volume testvm-blank The above line would be accepted as a valid boot request, but no blank volume would be created. The reason is that: https://github.com/openstack/nova/blob/46bba88413c99ddbb8080f68c1a32a64ef908150/nova/compute/api.py#L1210 will not check if the size was provided (like it checks when source=image volume is requested), and then it will just get completely disregarded here: https://github.com/openstack/nova/blob/46bba88413c99ddbb8080f68c1a32a64ef908150/nova/compute/api.py#L1204
2015-06-05 20:31:18 OpenStack Infra nova: status New In Progress
2015-06-05 20:31:18 OpenStack Infra nova: assignee Nikola Đipanov (ndipanov)
2015-06-10 20:15:43 Sahid Orentino nova: importance Undecided Medium
2015-07-04 15:50:04 OpenStack Infra nova: status In Progress Fix Committed
2015-07-28 09:08:32 Thierry Carrez nova: status Fix Committed Fix Released
2015-07-28 09:08:32 Thierry Carrez nova: milestone liberty-2
2015-10-15 08:55:20 Thierry Carrez nova: milestone liberty-2 12.0.0