From 48f1ea4dff768dbdedecaaa2d932a0942b7b6078 Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Wed, 19 Sep 2018 13:27:07 +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: If4c1f27b7e5da8dbd8352aed629e9b483f67d8c1 --- charmhelpers/core/host_factory/ubuntu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/charmhelpers/core/host_factory/ubuntu.py b/charmhelpers/core/host_factory/ubuntu.py index 99451b59..a6d375af 100644 --- a/charmhelpers/core/host_factory/ubuntu.py +++ b/charmhelpers/core/host_factory/ubuntu.py @@ -21,6 +21,7 @@ UBUNTU_RELEASES = ( 'zesty', 'artful', 'bionic', + 'cosmic', )