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.
Reviewed: https:/ /review. openstack. org/96204 /git.openstack. org/cgit/ stackforge/ designate/ commit/ ?id=a4cb85e11d7 74b3b49d138baa6 d47e4cb36a4789
Committed: https:/
Submitter: Jenkins
Branch: master
commit a4cb85e11d774b3 b49d138baa6d47e 4cb36a4789
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 recordset in the central storage before the BIND 9 backend
record/
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: I10ceb1f5c25507 24f1a752a79319a 4bbf366876b
Closes-bug: #1261894