Comment 5 for bug 1562804

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano (stable/mitaka)

Reviewed: https://review.openstack.org/299666
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=579731aeec384623acb9d88722cb5306a68f1290
Submitter: Jenkins
Branch: stable/mitaka

commit 579731aeec384623acb9d88722cb5306a68f1290
Author: Stan Lagun <email address hidden>
Date: Thu Mar 31 02:06:59 2016 +0300

    Destroy orphan objects

    Murano has a garbage collector that destroys objects
    which were deleted in API after last deployment.
    However if objects were removed from object model
    during deployment (action execution) or were created
    and not saved there they left unnoticed by the engine
    causing resource leak.

    With this change all objects that are presented in object store
    but were not serialized to result object model are get destroyed.

    Change-Id: I107b34e3ae4e1b5835645e116f9445535dfb7636
    Closes-Bug: #1562804