Comment 8 for bug 1379729

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

Reviewed: https://review.openstack.org/169602
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=80f898d3ba16d5c644447dbacf3a1bad6eaa6488
Submitter: Jenkins
Branch: master

commit 80f898d3ba16d5c644447dbacf3a1bad6eaa6488
Author: Nikhil Manchanda <email address hidden>
Date: Tue Mar 31 20:23:08 2015 -0700

    Fixed NotificationTransformer to handle missing InstanceServiceStatus

    Fixed NotificationTransformer to not send exists notifications for
    new Trove instances which do not have an InstanceServiceStatus
    created for them yet. The notifications for these instances will
    eventually be sent during the next iteration of the scheduled task.

    Change-Id: I002ab89f8c7715310f1890a34967c8172a5d96ef
    Closes-Bug: 1379729