Comment 4 for bug 1261894

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to designate (master)

Reviewed: https://review.openstack.org/96204
Committed: https://git.openstack.org/cgit/stackforge/designate/commit/?id=a4cb85e11d774b3b49d138baa6d47e4cb36a4789
Submitter: Jenkins
Branch: master

commit a4cb85e11d774b3b49d138baa6d47e4cb36a4789
Author: rjrjr <email address hidden>
Date: Fri May 30 19:52:40 2014 -0700

    Bug #1261894: Deleting Record With BIND 9 Driver Fails

    Fix the delete_record/delete_recordset method so it deletes the
    record/recordset in the central storage before the BIND 9 backend
    gets the request to delete the record/recordset.

    Changed the other delete_<object> methods (quota, server, etc.) with the
    same fix. Finally, all the delete_<object> methods in the storage have
    been simplified and make less SQL calls by returning the object from the
    delete_<object> method instead of making another get_<object> call.

    Change-Id: I10ceb1f5c2550724f1a752a79319a4bbf366876b
    Closes-bug: #1261894