Comment 8 for bug 1775934

Revision history for this message
melanie witt (melwitt) wrote :

After even more code examination, I find that even build requests should not need to lazy-load a flavor because the serialized instance object primitive is stored in the build request 'instance' field in the database. So when we look up build requests to show in a server list, they should all have flavor attributes ready to go, and not need to lazy-load. So I'm back to the drawing board as to why a lazy-load is happening in your environment.