'existing' should be optional for stack update

Bug #1372533 reported by Steve McLellan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Invalid
Undecided
Unassigned

Bug Description

In https://github.com/openstack/python-heatclient/blob/3ff5700a9b27312c22b3acfb13d655e2ecda0831/heatclient/v1/stacks.py#L125, 'existing' is mandatory. Instead, that line should read
  existing = kwargs.pop('existing', False)
  method = 'PATCH' if existing else 'PUT'

Revision history for this message
Pavlo Shchelokovskyy (pshchelo) wrote :
Changed in heat:
status: New → Invalid
Revision history for this message
Pavlo Shchelokovskyy (pshchelo) wrote :

setting to invalid as the bug is about heatclient (not heat), and is a duplicate

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.