Skip to content

Commit 4c36b5e

Browse files
committed
set GRUB vars in example file
1 parent 56a54b0 commit 4c36b5e

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)