commit 18b3f040ede40f18596b3c754e7476290d6eea66 Author: Chris MacNaughton Date: Mon Oct 12 11:22:00 2020 +0200 Batch update to land Ubuntu Groovy support into the charms Cherry-Pick from https://github.com/juju/charm-helpers/commit/09752a15274b1bf0f42b422eb82fcf29fe4082c5 Change-Id: Ib02a2087ab89d592e36641b175a3a4b0b8965547 diff --git a/charmhelpers/core/host_factory/ubuntu.py b/charmhelpers/core/host_factory/ubuntu.py index 3edc068..a3ec694 100644 --- a/charmhelpers/core/host_factory/ubuntu.py +++ b/charmhelpers/core/host_factory/ubuntu.py @@ -25,7 +25,8 @@ UBUNTU_RELEASES = ( 'cosmic', 'disco', 'eoan', - 'focal' + 'focal', + 'groovy' )