We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56a54b0 + 4c36b5e commit e55953aCopy full SHA for e55953a
examples/images.yml
@@ -20,6 +20,11 @@ openstack_images:
20
- "{{ openstack_image_rocky8 }}"
21
- "{{ openstack_image_ubuntu_focal }}"
22
23
+# Common GRUB settings for VM images
24
+openstack_grub_env_common:
25
+ DIB_GRUB_TIMEOUT: 0
26
+ DIB_GRUB_TIMEOUT_STYLE: hidden
27
+
28
# CentOS Stream 8.
29
openstack_image_centos_stream8:
30
name: "CentOS-stream8"
0 commit comments