7998ec89affef39f814b97050657e8aef5c7e43e

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
python-heatclient
OpenStack Orchestration API Client Library
This is a client library for Heat built on the Heat orchestration
API. It provides a Python API (the heatclient
module) and a
command-line tool (heat
).
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/python-heatclient
- Source: http://git.openstack.org/cgit/openstack/python-heatclient
- Bugs: http://bugs.launchpad.net/python-heatclient
Description
Languages
Python
100%