Comment 4 for bug 1600251

Revision history for this message
Sylvain Bauza (sylvain-bauza) wrote :

So, I thought I found why the bug was there because we were not persisting the instance group information when creating the RequestSpec but that's not right, we're correctly setting the field instead.

Now, I'm trying to understand why we have those problems and why calling setup_instance_group() could help us given that InstanceGroup.hosts is a lazy-load field.