Comment 6 for bug 1398786

Revision history for this message
Graham Hayes (grahamhayes) wrote :

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

commit 4e75f5b54c149bfd1aeea139bd8108c3031d049c
Author: rjrjr <email address hidden>
Date: Tue Dec 2 08:44:20 2014 -0700

    Pool Manager Integration with Central

    Full integration of Pool Manager with Central (no longer using the proxy
    backend driver.)

    This patch fixes:

    - Fix concurrent requests that cause lockup issue (bug #1392762)
    - Fixed bug where creating a domain fails the first time in mdns
    - Fixed bug where records in recordsets do not have the correct
      status/action/serial
    - Changed 'ADD' to 'CREATE' for ACTION column
    - Ported Fake backend to pools
    - Removed transitional pool_manager_proxy backend

    Change-Id: Icb40448f760ff2a573d08a04bb4dec1f550119bb
    Closes-Bug: 1392762