forked from juju/juju
-
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#10368 from anastasiamac/ref-non-deprecated-up…
…date-cloud-26 juju#10368 ## Description of change Whilst 'add-cloud --replace' has been deprecated and the help text clearly states so, the error messages were still referring to it. This PR updates missed error messages to point to a new way of updating clouds definitions. ## QA steps Running 'add-cloud' on a known, existing cloud should err out with the messaging directing users to 'update-cloud' command instead. ``` $ juju add-cloud --local fluffystack -f ~/a.yaml ERROR "fluffystack" already exists; use `update-cloud` to replace this existing cloud ``` ## Bug reference https://bugs.launchpad.net/juju/+bug/1833629
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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