Comment 2 for bug 1560950

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

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

commit 6a21a790b7c5da0ceadc03f14fdc78bb8887cf3d
Author: Kiall Mac Innes <email address hidden>
Date: Wed Mar 23 12:14:53 2016 +0000

    Partitoner references invalid exception class

    The partitioner references an non-existent exception. Additionally,
    the exception it intended to catch was *extremely* generic, and it's
    attempted recovery was flawed. It should be save to fix that all up
    in this review, as this code has never actually be executed.

    Change-Id: Ib3e885baa03ea7de0a23f8b4aaed5feb2ea4e234
    Closes-Bug: 1560950