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: release-v11.0-start~18 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=f643c1359c1edbe8bb851ce935416e534b234e74;hp=9074b05b797b591eeb9b86b54c5a699b30454906 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 --- 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): """