forked from juju/python-libjuju
-
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.
Use only client version to check the server connection
Currently we spam debug output for any use of pylibjuju where the "target" != juju controller version. It should be turned into a ceiling, as it’s pretty normal to use the latest pylibjuju (currently 3.3.0.0) against any 3.x controller (e.g. 3.1). The only time we emit a warning should be when we think the client should be upgraded to a more recent version (e.g. running pylibjuju 3.3.0.0 against juju controller 3.6).
- Loading branch information
Showing
2 changed files
with
20 additions
and
21 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