Fix bug 1533: use bionic as default series in proxy charms 10/10910/2
authorDavid Garcia <david.garcia@canonical.com>
Fri, 28 May 2021 10:23:44 +0000 (12:23 +0200)
committergarciadav <david.garcia@canonical.com>
Mon, 31 May 2021 15:48:59 +0000 (17:48 +0200)
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 <david.garcia@canonical.com>
n2vc/libjuju.py

index ce1c9df..0e221e2 100644 (file)
@@ -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):
         """