Comment 3 for bug 1545658

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

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

commit 0022fd85b6cc91425eb0d87f066c162c0074ca0d
Author: Kiall Mac Innes <email address hidden>
Date: Mon Feb 15 11:13:40 2016 +0000

    Ensure ZoneManager emits valid objects

    Zone Manager exists events have been sending Designate obj
    representiations rather than plain dicts. Additionally,
    the audit period values were not in the correct format
    due to an explicit datetime -> str cast vs allowing the
    serializer to handle the conversion.

    Additionally, remove duplicated RoObject class and implement
    the to_dict() method.

    Change-Id: I6892433b5c112563901dbac2b477bf3d9e56217b
    Closes-Bug: 1545658