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
There appears to be a bug in the caching of context objects. Consider the code below. If I add cached=False to the second call for get_client('nova', region), it works as expected.
Admittedly it's rather odd to ask for the same client twice in the same scope, but this behaviour may manifest itself in other ways as well?
There appears to be a bug in the caching of context objects. Consider the code below. If I add cached=False to the second call for get_client('nova', region), it works as expected.
Admittedly it's rather odd to ask for the same client twice in the same scope, but this behaviour may manifest itself in other ways as well?
The text was updated successfully, but these errors were encountered: