File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ os_images_force_rebuild: false
17
17
openstack_images :
18
18
- " {{ openstack_image_centos_stream8 }}"
19
19
- " {{ openstack_image_cirros_0_6_0 }}"
20
- - " {{ openstack_image_rocky8 }}"
21
- - " {{ openstack_image_ubuntu_focal }}"
20
+ - " {{ openstack_image_rocky9 }}"
21
+ - " {{ openstack_image_ubuntu_jammy }}"
22
22
23
23
# Common GRUB settings for VM images
24
24
openstack_grub_env_common :
@@ -67,9 +67,9 @@ openstack_image_cirros_0_6_0:
67
67
os_version : " 0.6.0"
68
68
hw_rng_model : " virtio"
69
69
70
- # Rocky Linux 8 .
71
- openstack_image_rocky8 :
72
- name : " Rocky8 "
70
+ # Rocky Linux 9 .
71
+ openstack_image_rocky9 :
72
+ name : " Rocky9 "
73
73
type : raw
74
74
elements :
75
75
# Required for UEFI mode:
@@ -95,16 +95,16 @@ openstack_image_rocky8:
95
95
YUM : dnf
96
96
DIB_CONTAINERFILE_RUNTIME : docker
97
97
DIB_CONTAINERFILE_RUNTIME_ROOT : 1
98
- DIB_RELEASE : " 8 "
98
+ DIB_RELEASE : " 9 "
99
99
properties :
100
100
os_type : " linux"
101
101
os_distro : " rocky"
102
- os_version : " 8 "
102
+ os_version : " 9 "
103
103
hw_rng_model : " virtio"
104
104
105
- # Ubuntu Focal 20 .04.
106
- openstack_image_ubuntu_focal :
107
- name : " Ubuntu-20 .04"
105
+ # Ubuntu Jammy 22 .04.
106
+ openstack_image_ubuntu_jammy :
107
+ name : " Ubuntu-22 .04"
108
108
type : raw
109
109
is_public : true
110
110
elements :
@@ -124,8 +124,8 @@ openstack_image_ubuntu_focal:
124
124
properties :
125
125
os_type : " linux"
126
126
os_distro : " ubuntu"
127
- os_version : " focal "
127
+ os_version : " jammy "
128
128
hw_rng_model : " virtio"
129
129
env :
130
- DIB_RELEASE : " focal "
130
+ DIB_RELEASE : " jammy "
131
131
DIB_CLOUD_INIT_DATASOURCES : " ConfigDrive"
You can’t perform that action at this time.
0 commit comments