You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.8.2 added a fix that allowed for special handling of the Cloud Networks client and service type. However, if I use a pyrax context and first grab the client for "compute", the context will return the nova client if I then ask for the client for "networks" because the caching doesn't take client_class into account if its passed. I didn't test, but I assume the reverse is true (if I ask for the "networks" client first, I'll get that if I subsequently ask for the "compute" client).
The text was updated successfully, but these errors were encountered:
1.8.2 added a fix that allowed for special handling of the Cloud Networks client and service type. However, if I use a pyrax context and first grab the client for "compute", the context will return the nova client if I then ask for the client for "networks" because the caching doesn't take client_class into account if its passed. I didn't test, but I assume the reverse is true (if I ask for the "networks" client first, I'll get that if I subsequently ask for the "compute" client).
The text was updated successfully, but these errors were encountered: