Comment 3 for bug 1567471

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

Reviewed: https://review.openstack.org/303573
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=68a8e258d7d35caea6eed2d1643a4b5ea4b758ea
Submitter: Jenkins
Branch: master

commit 68a8e258d7d35caea6eed2d1643a4b5ea4b758ea
Author: Ilya Kutukov <email address hidden>
Date: Fri Apr 8 21:36:41 2016 +0300

    Deployment graphs are deleted together with parent entity

    When Release, Plugin or Cluster is deleted, related
    deployment graphs are deleted as well.

    Note, that current DeploymentGraph deletion schema works if
    DeploymentGraph have only relation to parent
    otherwise unwanted relations may be affected by graph cleanup.

    Change-Id: If489879a3d4ca01ba2335dd279136c57e1bad171
    Closes-Bug: #1567471
    Closes-Bug: #1557632