On Jun 10, 2014, at 11:00 AM, Ignasi Barrera <n...@apache.org> wrote:
> * We have to manually populate the images in the cache as soon as we > know they're missing. This is obvious in the template builder and the > image extension. Do you have in mind any other case or place in the > code where we should take care of populating images? The only place that comes to mind is openstack-glance but that doesn’t interact with the cache right now and I’m not even sure we would want it to. > (Doing this by > default can be overkill as noted in JCLOUDS-588 comments, so we'd > better identify where we might find unknown images and register them > there). > > * Do you have in mind an alternate/better approach to this one? :) Nope. This seems like a good approach to me. +1! Everett