commit | d3e8237cf1a8197e3f396e0e3a503da7d5f99e3a | [log] [tgz] |
---|---|---|
author | Thomas Herve <therve@redhat.com> | Thu Mar 17 16:03:08 2016 +0100 |
committer | Thomas Herve <therve@redhat.com> | Thu Mar 17 16:26:40 2016 +0100 |
tree | 04b8b62ab82f64800158784222d6b52cbce2c716 | |
parent | c8cc2491a700b6dd287609999f5dc460a19e5293 [diff] |
Remove unknown parameters in patched update When updating a stack with the existing flag, we keep the parameters from the old template to be used against the new version. Sometimes parameters will get remove and won't make sense anymore, and keeping them would break update with a 'Parameter was not defined' error. This filters out such parameters so that the updates succeed. Change-Id: I6f2aa77da28d271dd001a137bb574b5470292f15 Closes-Bug: #1558610