commit bc97a66b87d33e43ab5b842b000b49a75b1c5797 Author: Chris MacNaughton Date: Mon Oct 12 11:23:12 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: I0ae8151ceae17a8c3c7336bca4842e1aa1b53001 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' )