Merge "overcloud image build: Use CentOS Stream 9 by default"
This commit is contained in:
commit
04d8bd88d2
5
releasenotes/notes/bug-1996567-d45f9a25c31c14d2.yaml
Normal file
5
releasenotes/notes/bug-1996567-d45f9a25c31c14d2.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Now the ``openstack overcloud image build`` command uses CentOS Stream 9 as
|
||||
base os by default.
|
@ -50,7 +50,7 @@ class TestOvercloudImageBuild(TestPluginV1):
|
||||
['/usr/share/openstack-tripleo-common/image-yaml/'
|
||||
'overcloud-images-python3.yaml',
|
||||
'/usr/share/openstack-tripleo-common/image-yaml/'
|
||||
'overcloud-images-centos8.yaml'],
|
||||
'overcloud-images-centos9.yaml'],
|
||||
output_directory='.',
|
||||
skip=True,
|
||||
images=None)
|
||||
|
@ -43,7 +43,7 @@ class BuildOvercloudImage(command.Command):
|
||||
|
||||
IMAGE_YAML_PATH = "/usr/share/openstack-tripleo-common/image-yaml"
|
||||
DEFAULT_YAML = ['overcloud-images-python3.yaml',
|
||||
'overcloud-images-centos8.yaml']
|
||||
'overcloud-images-centos9.yaml']
|
||||
REQUIRED_PACKAGES = [
|
||||
'openstack-tripleo-common',
|
||||
'openstack-ironic-python-agent-builder',
|
||||
|
Loading…
Reference in New Issue
Block a user