Activity log for bug #1165008

Date Who What changed Old value New value Message
2013-04-05 14:05:53 Vadim Rovachev bug added bug
2013-04-05 14:06:59 Alexander Ignatov savanna: importance Undecided Medium
2013-04-05 15:39:15 Sergey Lukjanov savanna: status New Confirmed
2013-04-11 19:04:43 Sergey Lukjanov savanna: milestone 0.1.1
2013-04-11 19:13:53 Sergey Lukjanov savanna: assignee Alexander Ignatov (aignatov)
2013-04-12 06:12:44 Sergey Lukjanov summary create node template without value of node param Сreate node template without value of node param
2013-04-16 11:58:43 Sergey Lukjanov savanna: assignee Alexander Ignatov (aignatov) Sergey Lukjanov (slukjanov)
2013-04-16 11:58:51 Sergey Lukjanov savanna: status Confirmed In Progress
2013-04-16 12:01:12 Sergey Lukjanov summary Сreate node template without value of node param Invalid response when creating node template without param
2013-04-17 10:37:50 Sergey Lukjanov description Pre-conditions: log in and obtain token Steps to reproduce: create cluster without value of node param Expected result: HTTP return status is 400 Actual result: HTTP return status is 500 for example: request POST http://url/v0.2/token/node-templates body: { "node_template": { "name": "custom-user-template", "node_type": "TT+DN", "flavor_id": "m1.medium", "task_tracker": { "heap_size": 384, "max_map_tasks": 3, "max_reduce_tasks": 1, "task_heap_size": 640 } , "data_node": { "heap_size": "" } } responce { "error_message": "Template 'custom-user-template', value missed for required param: data_node heap_size", "error": 500 } Invalid response returned when creating node template without value of required node process param. Expected result: HTTP return status is 400 and specific error message/code Actual result: HTTP return status is 500 ## request POST http://url/v0.2/token/node-templates body: { "node_template": { "name": "custom-user-template", "node_type": "TT+DN", "flavor_id": "m1.medium", "task_tracker": { "heap_size": 384, "max_map_tasks": 3, "max_reduce_tasks": 1, "task_heap_size": 640 }, "data_node": { "heap_size": "" } } } actual response: { "error_message": "Template 'custom-user-template', value missed for required param: data_node heap_size", "error": 500 }
2013-04-17 11:31:41 OpenStack Infra savanna: status In Progress Fix Committed
2013-05-06 21:35:19 Sergey Lukjanov savanna: milestone 0.1.1 0.1.1a1
2013-05-06 21:42:49 Sergey Lukjanov savanna: status Fix Committed Fix Released
2013-05-30 17:34:50 Sergey Lukjanov tags 0.1.1