Wednesday, 2023-04-12

opendevreviewMerged openstack/designate master: Secondary zone loops AXFR transfer during zone creation  https://review.opendev.org/c/openstack/designate/+/86413100:17
ozzzo_workeandersson: I can test /879832 but not 879833 because we don't have the FIP stuff in Train. 17:19
ozzzo_workdelete_ptr_record doesn't appear in our service.py17:19
eanderssonYep that is why I made two separate patches17:45
eanderssonThe FIP code is unrelated to your issue, but suffers from the same bug17:45
eanderssonIn future versions I am going to unify those two code paths17:48
opendevreviewMerged openstack/designate stable/2023.1: Fix sharing a zone with the zone owner  https://review.opendev.org/c/openstack/designate/+/87947418:25
johnsomAh, nice. The tempest patch I am reviewing now had skips due to that issue. I will update my comnments.18:26
opendevreviewGreg Rakauskas proposed openstack/designate master: Admin and User Guide updates for multi-pools  https://review.opendev.org/c/openstack/designate/+/88024521:41
opendevreviewGreg Rakauskas proposed openstack/designate master: Corrected Pep8 errors  https://review.opendev.org/c/openstack/designate/+/88024523:04
ozzzo_workeandersson: I had to change one thing. You have this at line 261: context, zone_id, record['recordset_id'], record['id']23:49
ozzzo_workI had to change it to: context, record['zone_id'], record['recordset_id'], record['id']23:50
ozzzo_workbut that's because my criterion is different. At https://github.com/openstack/designate/blob/60edc59ff765b406e4b936deb4d200a2d9b411ce/designate/notification_handler/base.py#L243 I see this: https://paste.openstack.org/show/bPHgEIGbxsVuVP1OEtCi/23:52
ozzzo_workBut the code I'm running has this: https://paste.openstack.org/show/bItxugbaKdLPRcopwy9T/23:52

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!