Comment 7 for bug 1870751

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

Reviewed: https://review.opendev.org/720096
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=da38cf6194fe748edc82bcbc51bd7e8127fb15c4
Submitter: Zuul
Branch: stable/train

commit da38cf6194fe748edc82bcbc51bd7e8127fb15c4
Author: Goutham Pacha Ravi <email address hidden>
Date: Mon Apr 6 08:52:22 2020 -0700

    Delete type access list when deleting types

    Currently we're in a foobar situation with two database
    models ShareTypeProjects and ShareGroupTypeProjects
    where we keep stuff around even when the concerned
    ShareType or ShareGroupType objects are deleted.

    So, delete type access rules when types are being deleted.

    Change-Id: Id135a96f2d1b7306156bab0ddedcb1b838a74f0a
    Closes-Bug: #1870751
    Signed-off-by: Goutham Pacha Ravi <email address hidden>
    (cherry picked from commit 5f80a24ff2a9e68a34e9257a1e533b5dfc8c65da)