From b67ff648ce4118777daaf94336e57b1bb882bf2b Mon Sep 17 00:00:00 2001 From: beierlm Date: Thu, 3 Feb 2022 14:26:21 -0500 Subject: [PATCH] Bug 1843: LTS Support Revert proxy charm series to bionic as there are some changes that could adversely affect backwards compatibility Change-Id: I313f70e3842a31582d469e24174954b55f8ecb6d Signed-off-by: beierlm --- n2vc/libjuju.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/n2vc/libjuju.py b/n2vc/libjuju.py index f570702..6580067 100644 --- a/n2vc/libjuju.py +++ b/n2vc/libjuju.py @@ -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): """ -- 2.17.1