python-heatclient/heatclient/v1
Thomas Herve 0b46b2089c Mark stacks returned by get loaded
When calling stacks.get, mark the returning stacks as loaded, so that
attribute retrieval works right away. If not, any getattr on the Stack
will call get() which will request the stack again (and ignore things
like resolve_outputs).

Change-Id: I3a3f25aa0c6f88e7e4274107c0578fd30dc9f155
Related-Bug: #1774958
2018-06-07 18:13:48 +02:00
..
__init__.py Fix H302 errors 2014-11-26 18:25:12 +02:00
actions.py Add --no-rollback option for stack cancel 2017-11-08 07:35:56 +05:30
build_info.py Move required modules from oslo-incubator 2016-11-12 19:15:40 +05:30
client.py Edit backslashes for lines continuations 2016-01-28 11:40:05 +03:00
events.py Merge "Replace six.iteritems() with .items()" 2017-06-12 09:06:53 +00:00
resource_types.py Don't encode path separators 2017-05-09 14:55:41 +05:30
resources.py Merge "Replace six.iteritems() with .items()" 2017-06-12 09:06:53 +00:00
services.py Move required modules from oslo-incubator 2016-11-12 19:15:40 +05:30
shell.py [policy in code] Change policy description 2017-10-20 03:00:07 +00:00
software_configs.py Replace six.iteritems() with .items() 2017-03-31 15:16:54 +05:30
software_deployments.py Don't encode path separators 2017-05-09 14:55:41 +05:30
stacks.py Mark stacks returned by get loaded 2018-06-07 18:13:48 +02:00
template_versions.py Don't encode path separators 2017-05-09 14:55:41 +05:30