Activity log for bug #1599879

Date Who What changed Old value New value Message
2016-07-07 14:11:16 David TARDIVEL bug added bug
2016-07-07 14:11:49 David TARDIVEL description openstack) optimize audit create -a at2 -p param1=5.5 -p param2=bye +---------------------+------------------------------------------------------------------------+ | Field | Value | +---------------------+------------------------------------------------------------------------+ | UUID | 06bd5ef5-47b4-4383-bcec-afb2da060077 | | Created At | 2016-07-07T14:03:42.605742+00:00 | | Updated At | None | | Deleted At | None | | Deadline | None | | State | PENDING | | Audit Type | ONESHOT | | Audit Template uuid | 05caa95f-8635-4358-a7a4-fd1c4e37e43e | | Audit Template Name | at2 | | Parameters | {u'para2': u'hello', u'para1': 3.2, u'param2': u'bye', u'param1': 5.5} | +---------------------+------------------------------------------------------------------------+ param2 and param1 are not specified parameter for this strategy. So we should return a FAILED status to notfify the admin user. (openstack) optimize strategy list --detail --format json [ { "Parameters spec": { "properties": { "para2": { "default": "hello", "type": "string", "description": "string parameter example" }, "para1": { "default": 3.2, "minimum": 1.0, "type": "number", "description": "number parameter example", "maximum": 10.2 } } }, "Display name": "Dummy strategy", "Goal": "dummy", "UUID": "7483bef0-607e-4db5-b3e8-b908f73d13ee", "Name": "dummy" }, openstack) optimize audit create -a at2 -p param1=5.5 -p param2=bye +---------------------+------------------------------------------------------------------------+ | Field | Value | +---------------------+------------------------------------------------------------------------+ | UUID | 06bd5ef5-47b4-4383-bcec-afb2da060077 | | Created At | 2016-07-07T14:03:42.605742+00:00 | | Updated At | None | | Deleted At | None | | Deadline | None | | State | PENDING | | Audit Type | ONESHOT | | Audit Template uuid | 05caa95f-8635-4358-a7a4-fd1c4e37e43e | | Audit Template Name | at2 | | Parameters | {u'para2': u'hello', u'para1': 3.2, u'param2': u'bye', u'param1': 5.5} | +---------------------+------------------------------------------------------------------------+ param2 and param1 are not specified parameters for this strategy. So we should return a FAILED status to notify the admin user. (openstack) optimize strategy list --detail --format json [   {     "Parameters spec": {       "properties": {         "para2": {           "default": "hello",           "type": "string",           "description": "string parameter example"         },         "para1": {           "default": 3.2,           "minimum": 1.0,           "type": "number",           "description": "number parameter example",           "maximum": 10.2         }       }     },     "Display name": "Dummy strategy",     "Goal": "dummy",     "UUID": "7483bef0-607e-4db5-b3e8-b908f73d13ee",     "Name": "dummy"   },
2016-07-08 10:34:40 Jinquan Ni watcher: assignee Jinquan Ni (ni-jinquan)
2016-08-24 11:49:17 OpenStack Infra watcher: status Triaged In Progress
2016-08-26 14:53:29 OpenStack Infra watcher: status In Progress Fix Released