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
The following call fails because there isn't a "networks" entry in the service catalog:
ctx.get_client("networks", "IAD")
The non-contextual pyrax has special handling of the "compute:network" type that uses the compute endpoint to get a networks client. It would be helpful if this were the case with contexts as well.
The text was updated successfully, but these errors were encountered:
When using contexts:
The following call fails because there isn't a "networks" entry in the service catalog:
The non-contextual pyrax has special handling of the "compute:network" type that uses the compute endpoint to get a networks client. It would be helpful if this were the case with contexts as well.
The text was updated successfully, but these errors were encountered: