Add note: Ubuntu 12.04 cannot preseed over https

Ubuntu 12.04 LTS cannot load a preseed.cfg file over HTTPS. This patch
adds a warning for enterprising users who want to host their own preseed
files.

Partial-Bug: 1312764
Implements: blueprint openstack-training-labs
Change-Id: I08b74bc0a3edd2b0752c9257e13647f216919007
This commit is contained in:
Roger Luethi 2014-06-17 19:05:24 +02:00
parent 238dcbc2b9
commit 036f9be674

View File

@ -9,6 +9,7 @@
readonly ISO_URL=http://releases.ubuntu.com/12.04/ubuntu-12.04.4-server-amd64.iso
# Note: Ubuntu 12.04 LTS cannot pull a preseed file over HTTPS
readonly _PS_ssh=http://git.openstack.org/cgit/openstack/training-guides/plain/labs/lib/osbash/netboot/preseed-ssh.cfg
readonly _PS_vbadd=http://git.openstack.org/cgit/openstack/training-guides/plain/labs/lib/osbash/netboot/preseed-vbadd.cfg
readonly _PS_all=http://git.openstack.org/cgit/openstack/training-guides/plain/labs/lib/osbash/netboot/preseed-all.cfg