From 8612868ce60ed39daf2eef2eab4d917bd12ef565 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Mon, 12 Oct 2020 11:21:48 +0200 Subject: [PATCH] Batch update to land Ubuntu Groovy support into the charms Cherry-Pick from https://github.com/juju/charm-helpers/commit/09752a15274b1bf0f42b422eb82fcf29fe4082c5 Change-Id: I93524037a8b5bd774d165c1f27c73c9a00a75200 --- hooks/charmhelpers/core/host_factory/ubuntu.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hooks/charmhelpers/core/host_factory/ubuntu.py b/hooks/charmhelpers/core/host_factory/ubuntu.py index 3edc068..a3ec694 100644 --- a/hooks/charmhelpers/core/host_factory/ubuntu.py +++ b/hooks/charmhelpers/core/host_factory/ubuntu.py @@ -25,7 +25,8 @@ UBUNTU_RELEASES = ( 'cosmic', 'disco', 'eoan', - 'focal' + 'focal', + 'groovy' )