SovereignCloudStack / SovereignCloudStack/standards
[BUG] SCS-0102-V2 os_purpose uniqueness not possible with Almalinux images
Open
@mbuechse is already working on this.
Since Sep 16, 2026.
bug
- Dominant language
- Python
- Stars
- 47
- Forks
- 38
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 8
Description
SCS-0102-V2 requires uniqueness for any combination of os_distro, os_version, architecture.
For os_distro, allowed values of https://docs.openstack.org/glance/2025.1/admin/useful-image-properties.html must be followed.
This makes it impossible to offer Almalinux and Centos Stream images of the same version at the same time, as both are considered centos.
Possible fixes include:
- allow a non-standard
os_distro=almalinux - allow a max. of 2 images for any combination with
os_distro=centos
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.