Comment 23 for bug 1393268

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

Reviewed: https://review.openstack.org/177481
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=cbac15dfa1071ef90ce27d7cf9d0f407c35e15d9
Submitter: Jenkins
Branch: master

commit cbac15dfa1071ef90ce27d7cf9d0f407c35e15d9
Author: Pavlo Shchelokovskyy <email address hidden>
Date: Thu Apr 23 16:50:48 2015 -0700

    Do not pass around rich objects in Trove resources

    As described by the ref'd bug, handle_* methods should not return rich
    objects to check_*_complete. This patch fixed such violations in Trove
    Istance and Trove Cluster resources.

    Change-Id: I65b317a17827258acd11ffc08dc4f2fd5cca517c
    Partial-Bug: #1393268