From: David Garcia Date: Fri, 28 May 2021 10:23:44 +0000 (+0200) Subject: Fix bug 1533: use bionic as default series in proxy charms X-Git-Tag: v10.0.0~3 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=c08c4f7f552c8bb160b1febe301864b922049b30 Fix bug 1533: use bionic as default series in proxy charms Xenial is 2 LTS behind the current one. This patch will force bionic rather than Xenial from now on. The current charms do not properly work in Xenial. The best solution will be to fix this bug: https://osm.etsi.org/bugzilla/show_bug.cgi?id=1551 Change-Id: I1a0c466b6151b19a1eaf5d97f0373ab271601f89 Signed-off-by: David Garcia (cherry picked from commit f643c1359c1edbe8bb851ce935416e534b234e74) --- diff --git a/n2vc/libjuju.py b/n2vc/libjuju.py index ce1c9df..0e221e2 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 = "xenial", + series: str = "bionic", wait: bool = True, ) -> (Machine, bool): """