Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/lazy-load-resources. Description: Right now, instantiating a Stack object loads all resources. This is sometimes unnecessary (eg. https://review.openstack.org/#/c/39760/6/heat/engine/service.py). parser.Stack should only load resources if the method requires the resources to be loaded, as is the case in parser.Stack.stack_task(). Specification URL (additional information): None
Moving to POST based on upstream status (Implemented).