Comment 6 for bug 1501207

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

Reviewed: https://review.openstack.org/230337
Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=7998ec89affef39f814b97050657e8aef5c7e43e
Submitter: Jenkins
Branch: master

commit 7998ec89affef39f814b97050657e8aef5c7e43e
Author: Steven Hardy <email address hidden>
Date: Fri Oct 2 10:33:03 2015 +0100

    Add PATCH support for stack-update --dry-run

    Previously we just passed the "existing" kwarg directly to the PUT,
    which was then ignored by the API, so PATCH update preview commands
    wouldn't work. Now heat supports PATCH preview_update_stack, we
    can revise this to use the PATCH method when appropriate.

    Requires this heat patch for --existing --dry-run to work when used
    together: https://review.openstack.org/#/c/230054

    Change-Id: Ib07c0a83edfbef7a08b4af344850d0a791b7704d
    Closes-Bug: #1501207