Comment 19 for bug 1356084

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

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

commit a6d65581f60a7405cf118e3ac876159f7e33ab4e
Author: Deliang Fan <email address hidden>
Date: Mon Mar 30 14:33:15 2015 +0800

    Correctly initialize copies of stack during updating stack

    Pass stack_user_project_id to updated_stack, backup_stack and
    oldstack to make sure the success when deleting stack domain user.

    Create a common method to get the kwargs to create a stack from
    an existing stack.

    Co-Authored-By: Angus Salkeld <email address hidden>

    Change-Id: Ieb7726ed738d5ae8046184f312379b9132b6c4a9
    Closes-Bug: #1356084