Comment 2 for bug 1427411

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

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

commit c999f26b48ce752a57fb8d1391ef520343b5df76
Author: Vinod Mangalpally <email address hidden>
Date: Wed Mar 11 16:18:11 2015 -0500

    Send the correct domain object to update_domain

    record and recordset operations updated the domain
    in storage by incrementing the serial number but the
    new domain object (with the updated serial number)
    was not sent to pool manager.
    This change fixes those issues.

    Change-Id: I8d40dcd1828c5634b18b5e7b16a57bedb6f28771
    Closes-Bug:1427411