Activity log for bug #1526319

Date Who What changed Old value New value Message
2015-12-15 13:09:32 Vladyslav Drok bug added bug
2015-12-15 13:09:36 Vladyslav Drok ironic: status New Confirmed
2015-12-15 13:09:38 Vladyslav Drok ironic: importance Undecided Wishlist
2015-12-15 13:09:43 Vladyslav Drok tags rfe
2015-12-16 03:39:58 Haomeng,Wang ironic: assignee Haomeng,Wang (whaom)
2015-12-16 03:41:47 OpenStack Infra ironic: status Confirmed In Progress
2015-12-17 09:50:40 Haomeng,Wang description With this bp, will support below query by node's name value input in exact value/wildcards/regex formats. http://localhost:6385/v1/nodes/?name=<NAME_EXACT> http://localhost:6385/v1/nodes/?name-wildcards=<NAME_WILDCARDS> http://localhost:6385/v1/nodes/?name=<NAME_REGEXP> With this bp, will support below query by node's name value input in regex formats. http://localhost:6385/v1/nodes/?name=<NAME_REGEXP>
2016-01-28 20:34:39 Vladyslav Drok removed subscriber Vladyslav Drok
2016-03-08 00:36:33 Haomeng,Wang description With this bp, will support below query by node's name value input in regex formats. http://localhost:6385/v1/nodes/?name=<NAME_REGEXP> With this bp, will support below query by node's name value input in regex and LIKE formats. http://localhost:6385/v1/nodes/?name_regexp=<NAME_REGEXP> http://localhost:6385/v1/nodes/?name_like=<NAME_LIKE>
2016-04-20 13:38:24 Ruby Loo tags rfe rfe-approved
2016-04-22 06:36:22 Haomeng,Wang description With this bp, will support below query by node's name value input in regex and LIKE formats. http://localhost:6385/v1/nodes/?name_regexp=<NAME_REGEXP> http://localhost:6385/v1/nodes/?name_like=<NAME_LIKE> With this bp, will support below query by node's name value input in regex and LIKE formats. http://localhost:6385/v1/nodes/?name_regexp=<NAME_REGEXP> http://localhost:6385/v1/nodes/?name_wildcard=<NAME_WILDCARD>