Skip to content

Commit e55953a

Browse files
authored
Merge pull request stackhpc#47 from stackhpc/grub_vars
set GRUB vars in example file
2 parents 56a54b0 + 4c36b5e commit e55953a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/images.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ openstack_images:
2020
- "{{ openstack_image_rocky8 }}"
2121
- "{{ openstack_image_ubuntu_focal }}"
2222

23+
# Common GRUB settings for VM images
24+
openstack_grub_env_common:
25+
DIB_GRUB_TIMEOUT: 0
26+
DIB_GRUB_TIMEOUT_STYLE: hidden
27+
2328
# CentOS Stream 8.
2429
openstack_image_centos_stream8:
2530
name: "CentOS-stream8"

0 commit comments

Comments
 (0)