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
feat(oracle): only allow public subnets to be selected from target VCN (canonical#318)
The OCI VCN creation wizard creates both a public and a private subnet
and if the private subnet ends up being the first subnet, then this
would cause all CTF tests using this VCN to hang up and fail because
pycloudlib blindly chooses the first subnet.
Now, private subnets will be skipped/ignored, and the first public
subnet will be selected.
0 commit comments