From 379a1a6a8d0ad9d6d55d7232c86796311a19fde1 Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Wed, 19 Sep 2018 13:26:47 +0200 Subject: [PATCH] Add cosmic Add a tactical change which is already merged into charm-helpers. This needs to go into all charms to solve the chicken:egg issue where cosmic is untestable until this change exists. Reference: https://github.com/juju/charm-helpers/commit/4835c6c167c429527ef0a0291d17cf559c9cf880 Change-Id: Ib0288bfcf91b9be4841e77467c419a9852d6927a --- hooks/charmhelpers/core/host_factory/ubuntu.py | 1 + tests/charmhelpers/core/host_factory/ubuntu.py | 1 + 2 files changed, 2 insertions(+) diff --git a/hooks/charmhelpers/core/host_factory/ubuntu.py b/hooks/charmhelpers/core/host_factory/ubuntu.py index 99451b5..a6d375a 100644 --- a/hooks/charmhelpers/core/host_factory/ubuntu.py +++ b/hooks/charmhelpers/core/host_factory/ubuntu.py @@ -21,6 +21,7 @@ UBUNTU_RELEASES = ( 'zesty', 'artful', 'bionic', + 'cosmic', ) diff --git a/tests/charmhelpers/core/host_factory/ubuntu.py b/tests/charmhelpers/core/host_factory/ubuntu.py index 99451b5..a6d375a 100644 --- a/tests/charmhelpers/core/host_factory/ubuntu.py +++ b/tests/charmhelpers/core/host_factory/ubuntu.py @@ -21,6 +21,7 @@ UBUNTU_RELEASES = ( 'zesty', 'artful', 'bionic', + 'cosmic', )