21.04 sync - add 'hirsute' in UBUNTU_RELEASES
The 'hirsute' key in c-h/core/host_factory/ubuntu.py: UBUNTU_RELEASES had been missed out, and is needed for hirsute support in many of the charms. This sync is to add just that key. See also [1] Note that this sync is only for classic charms. [1] https://github.com/juju/charm-helpers/pull/598 Change-Id: I49901a38f32e8b5ec180c01be5940cd6731edf27
This commit is contained in:
parent
c93b67b11e
commit
9e6a9679f5
@ -26,7 +26,8 @@ UBUNTU_RELEASES = (
|
||||
'disco',
|
||||
'eoan',
|
||||
'focal',
|
||||
'groovy'
|
||||
'groovy',
|
||||
'hirsute',
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user