heat/heat/engine
Steven Hardy 4cfd9a10ac Fix update preview to handle nested stacks
Currently the update preview code has no support for previewing
the effect of an update on nested stacks, which I assume was an
oversight in the original implementation.  So this adds a show_nested
flag to the API which allows enabling recursive preview of the whole
update including nested stacks.

Closes-Bug: #1521971
Depends-On: I06f3b52d5d48dd5e6e266321e58ca8e6116d6017
Change-Id: I96af4d2f07056846aac7ae9ad9b6eb160e8bd51a
2016-02-03 12:34:33 +00:00
..
cfn Convergence: Fix FnGetAtt to fetch value from cache_data 2016-01-20 09:27:14 +00:00
clients Merge "Use custom find functions for image lookup" 2016-01-27 16:50:45 +00:00
constraint Remove iso8601 dependency 2015-09-03 16:39:54 +02:00
hot Remove extra whitespace 2016-01-14 01:09:17 +00:00
notification Remove deprecated list_notifier_drivers option 2015-06-01 16:56:21 +03:00
resources Don't update the name of keystone resources if name don't change 2016-02-03 01:50:01 +00:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py Merge "RPC API: Define correct constants for resource data" 2016-01-27 18:48:53 +00:00
attributes.py Using LOG.warning replace LOG.warn 2015-12-29 09:32:42 +00:00
constraints.py Remove warnings in heat 2016-01-20 22:00:52 +08:00
dependencies.py Fix garbled docstrings 2015-11-10 11:12:36 -05:00
environment.py Merge "Remove warnings in heat" 2016-01-25 10:25:39 +00:00
event.py Event transport 2016-01-05 10:22:57 +01:00
function.py Fix garbled docstrings 2015-11-10 11:12:36 -05:00
lifecycle_plugin.py Fix garbled docstrings 2015-11-10 11:12:36 -05:00
parameter_groups.py Get rid of bogus debug logging in parameter groups 2015-12-04 19:56:56 -05:00
parameters.py Fix garbled docstrings 2015-11-10 11:12:36 -05:00
plugin_manager.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
properties.py Fix garbled docstrings 2015-11-10 11:12:36 -05:00
resource.py Merge "Convergence: Fix FnGetAtt to fetch value from cache_data" 2016-02-02 11:51:30 +00:00
rsrc_defn.py Remove warnings in heat 2016-01-20 22:00:52 +08:00
scheduler.py Raise with traceback 2016-01-14 01:12:32 +00:00
service.py Fix update preview to handle nested stacks 2016-02-03 12:34:33 +00:00
service_software_config.py Filter out deployments with None config 2016-01-22 16:32:33 +05:30
service_stack_watch.py Using LOG.warning replace LOG.warn 2015-12-29 09:32:42 +00:00
stack.py Ignore ValueError when adding dependencies 2016-01-21 14:31:33 +05:30
stack_lock.py Allow StackLock to be used as a context manager 2016-01-25 19:55:04 -05:00
support.py Validate support_status while searching resource registry 2015-08-31 10:01:04 +05:30
sync_point.py Wrong usage of "an" 2015-12-27 16:12:46 +08:00
template.py Remove unused LOG variable with logging import 2015-12-08 05:08:33 -05:00
timestamp.py Fix garbled docstrings 2015-11-10 11:12:36 -05:00
update.py Fix update preview to handle nested stacks 2016-02-03 12:34:33 +00:00
watchrule.py Using LOG.warning replace LOG.warn 2015-12-29 09:32:42 +00:00
worker.py Convergence: Pick resource from dead engine worker 2016-01-06 16:01:08 +05:30