> Even with the default configuration of "Canonical,RedHat", it still takes > like 5 minutes for me. I wouldn't mind if listing all images wasn't performed > during node creation.
Take into account that this is an expensive operation in many cloud providers, and that's the reason why jclouds caches the images by default during [the session](https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/Constants.java#L93-L98), so if you perform several operations using the same context without closing it, the only expensive one should be the first one. The session value can be configured to a higher one in the api metadata if that makes sense. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/298#issuecomment-231683091
