Bug 1843: LTS Support 24/11624/1 v10.1.0 v10.1.0-rc1 v10.1.0rc2 v10.1.0rc3
authorbeierlm <mark.beierl@canonical.com>
Thu, 3 Feb 2022 19:26:21 +0000 (14:26 -0500)
committerbeierlm <mark.beierl@canonical.com>
Thu, 3 Feb 2022 19:26:21 +0000 (14:26 -0500)
Revert proxy charm series to bionic as there are some changes that could
adversely affect backwards compatibility

Change-Id: I313f70e3842a31582d469e24174954b55f8ecb6d
Signed-off-by: beierlm <mark.beierl@canonical.com>
n2vc/libjuju.py

index f570702..6580067 100644 (file)
@@ -345,7 +345,7 @@ class Libjuju:
         db_dict: dict = None,
         progress_timeout: float = None,
         total_timeout: float = None,
-        series: str = "focal",
+        series: str = "bionic",
         wait: bool = True,
     ) -> (Machine, bool):
         """