Comment 6 for bug 1365332

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

Reviewed: https://review.openstack.org/119996
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=2b4f7be44a7c5eae825c9d340aff8abe93efe449
Submitter: Jenkins
Branch: stable/icehouse

commit 2b4f7be44a7c5eae825c9d340aff8abe93efe449
Author: Steven Hardy <email address hidden>
Date: Thu Sep 4 22:10:47 2014 +0100

    Only delete stack user project from correct domain

    Check the domain ID for the project matches the configured domain from
    heat.conf, so we avoid the bad outcome of deleting the user's project
    when heat has been configured for stack domain users after creating
    some stacks.

    Conflicts:
     heat/common/heat_keystoneclient.py
     heat/tests/test_heatclient.py

    Change-Id: I247e732033f44daf0de5b0efeff6c263814d13ab
    Closes-Bug: #1365332