Comment 7 for bug 1360696

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

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

commit 0997eec4158e8055ac95eb5b5011d8bef317b418
Author: Kiall Mac Innes <email address hidden>
Date: Sun Aug 31 20:58:57 2014 +0100

    Received notifications context is not a DesignateContext

    Nova/Neutron's notifcations context contains fields which we do not
    know how to handle in DesignateContext. We should treat received
    context's as simple dict's rather than attempting to munge into
    a DesignateContext.

    Change-Id: Ieda187679171333be69e98d6301c64a14187a5d7
    Closes-Bug: 1360696