Comment 3 for bug 1300734

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

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

commit 6e95e28c4d8392be2720fc1437222debda660523
Author: Steven Hardy <email address hidden>
Date: Mon Sep 8 18:58:47 2014 +0100

    Don't delete stack domain project on stack-abandon

    Currently we delete the stack domain project on abandon, which will
    break any resources being abandoned that depend on users created in
    the stack user domain. So add a flag to skip deletion on abandon
    and some tests to prove it works.

    Change-Id: I883831a33d5bd326523836247683c161f797ee2a
    Closes-Bug: #1300734