From: beierlm Date: Thu, 3 Feb 2022 19:26:21 +0000 (-0500) Subject: Bug 1843: LTS Support X-Git-Tag: v10.1.0-rc1^0 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=b67ff648ce4118777daaf94336e57b1bb882bf2b 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 --- 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): """