Activity log for bug #1374042

Date Who What changed Old value New value Message
2014-09-25 16:43:41 Joe D'Andrea bug added bug
2014-09-25 16:43:54 Joe D'Andrea description Calling heat.engine.stack_resource.StackResource.preview() from within a resource plugin (e.g., during a create) throws an exception if there are nested templates referenced as local files. ValueError: Could not fetch remote template 'include.yaml': Invalid URL scheme The same exception is thrown when calling heat.engine.parser.preview_resources() from within a resource plugin (as this calls each resource's preview() method). When http/s URLs are specified, the preview succeeds. Full info: http://paste.openstack.org/show/115354/ Calling heat.engine.stack_resource.StackResource.preview() from within a resource plugin (e.g., during a create) throws an exception if there are nested templates referenced as local files. ValueError: Could not fetch remote template 'include.yaml': Invalid URL scheme The same exception is thrown when calling heat.engine.parser.preview_resources() from within a resource plugin (as this calls each resource's preview() method). When http/s URLs are specified, the preview succeeds. Full info: http://paste.openstack.org/show/115354/
2014-09-25 23:29:14 Steve Baker heat: status New Incomplete
2014-10-06 23:02:58 Steven Hardy marked as duplicate 1357433