Add antelope to the UCA codename map

According to https://docs.openstack.org/charm-guide/latest/project/charm-delivery.html#tracks-for-the-openstack-charms-project
quincy is the supported release for OpenStack 2023.1 (antelope),
so antelope must be included in the UCA codename map.

Otherwise the charm cannot determine correctly what action
should be taken after upgrading the `source` to antelope.
This can result in the charm potentially attempting to upgrade
to version `None` and crashing.

Change-Id: Ic9f6c5260e1396980b7a5316484ca5e970172de9
This commit is contained in:
Samuel Allan 2024-10-04 14:34:24 +09:30
parent 38547d3290
commit 35a56318ae
No known key found for this signature in database
GPG Key ID: 622F8E99C893BD61

View File

@ -3239,6 +3239,7 @@ UCA_CODENAME_MAP = {
'xena': 'pacific',
'yoga': 'quincy',
'zed': 'quincy',
'antelope': 'quincy',
}