-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#9484 from timClicks/rm-oracle-provider-from-cli
juju#9484 This commit removes the "oracle" cloud from `juju add-cloud`'s list of clouds supported by the interactive setup. ---- ## QA steps Run `juju add-cloud` Expect to see: ``` Cloud Types lxd maas manual openstack vsphere Select cloud type: ```` ## Documentation changes Change to Juju CLI: Running `juju add-cloud` no longer presents `oracle` as an option. Rationale: Oracle Cloud Infrastructure (OCI) is now the favored cloud for Juju developers. Oracle's public cloud offering has been renamed "Oracle Classic" in their documentation. Accordingly, within Juju, the "oracle" cloud has been deprecated in favor of the "oci" cloud provider. ## Bug reference https://bugs.launchpad.net/juju/+bug/1802540
- Loading branch information
Showing
6 changed files
with
69 additions
and
54 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
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
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