Activity log for bug #1396720

Date Who What changed Old value New value Message
2014-11-26 18:25:19 Tim Simmons bug added bug
2014-11-26 18:26:06 Tim Simmons description At the SQLAlchemy level, modifying a recordset with records like so: records ['101.1.1.1', '1.2.3.4', '1.1.1.1'] PUT /v2/zones/id/recordsets/id { "recordset":{ "records": [ '101.1.1.1', '1.2.3.4' ] } } Causes the deletion of all three records, and the recreation of the two that would remain. At the SQLAlchemy level, modifying a recordset with records like so: records ['101.1.1.1', '1.2.3.4', '1.1.1.1'] PUT /v2/zones/id/recordsets/id {     "recordset":{         "records": [             '101.1.1.1',             '1.2.3.4'          ]      } } Causes the deletion of all three records, and the recreation of the two that would remain. The SQL queries generated for such a call: http://paste.openstack.org/show/138982/
2014-11-26 18:26:31 Tim Simmons summary PUT on a Recordset with many Recordsresults in delete/recreation of all Records PUT on a Recordset with many Records results in delete/recreation of all Records
2014-11-26 18:26:43 Tim Simmons summary PUT on a Recordset with many Records results in delete/recreation of all Records PUT on a Recordset with multiple Records results in delete/recreation of all Records
2014-12-03 11:47:19 Kiall Mac Innes designate: importance Undecided High
2014-12-03 11:47:23 Kiall Mac Innes designate: status New Triaged
2014-12-03 11:47:26 Kiall Mac Innes designate: milestone kilo-1
2014-12-10 17:04:01 Graham Hayes designate: assignee Graham Hayes (grahamhayes)
2014-12-10 17:04:04 Graham Hayes designate: status Triaged In Progress
2014-12-18 01:03:25 OpenStack Infra designate: status In Progress Fix Committed
2014-12-18 12:36:19 Thierry Carrez designate: status Fix Committed Fix Released
2015-04-30 12:34:35 Thierry Carrez designate: milestone kilo-1 2015.1.0