Comment 2 for bug 1337718

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

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

commit 964c4d563abc9da577740bb953fcbf1ec88918ad
Author: Unmesh Gurjar <email address hidden>
Date: Thu Jul 3 23:04:49 2014 -0700

    Removed redundant code in stack preview, create.

    The operations performed for stack preview is a proper subset of
    those performed for stack create, but the code is repeated.
    Avoided the redundancy by creating a method and having it called
    from preview_stack and create_stack methods.

    Change-Id: I53d9f10913fcb49aa3fdb841b1fc893b8e401e4d
    Closes-Bug: #1337718