-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(oracle): Add vcn_name as a configuration option through the toml…
… file When there are multiple virtual cloud networks (VCNs) available on an Oracle compartment, pycloudlib will use the newest VCN available, which might not be desired. Currently, the VCN selection functionality is present within the cloud class level, however it cannot be set through the config file. This patch modifies the `pycloudlib/oci/cloud.py` file to retrieve the `vcn_name` key from config and use it to force a VCN to use. A commented entry is also included in the `pycloudlib.toml.template` for reference.
- Loading branch information
Showing
4 changed files
with
73 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1!10.6.1 | ||
1!10.6.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters