Change default base from centos to rocky

Change-Id: I7f0c1a5abeab0143aa103b742319cfef863f9aa9
This commit is contained in:
Michal Nasiadka 2022-12-14 09:06:44 +01:00
parent 0ad5b8c50f
commit 9e06e70ebb
2 changed files with 6 additions and 1 deletions

View File

@ -142,7 +142,7 @@ _PROFILE_OPTS = [
hostarch = os.uname()[4]
_CLI_OPTS = [
cfg.StrOpt('base', short='b', default='centos',
cfg.StrOpt('base', short='b', default='rocky',
choices=BASE_OS_DISTRO,
help='The distro type of the base image.'),
cfg.StrOpt('base-tag', default='latest',

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
Default base distribution has been changed from CentOS Stream
to Rocky Linux.