openstack: add 8.8.8.8 as a last resort resolver

Signed-off-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
Loic Dachary 2015-11-03 20:37:38 +01:00
parent 3062897d47
commit 6e828a33be

View File

@ -1,6 +1,7 @@
#cloud-config
bootcmd:
- touch /tmp/init.out
- echo nameserver 8.8.8.8 | sudo tee -a /etc/resolv.conf # last resort, in case the DHCP server does not provide a resolver
system_info:
default_user:
name: TEUTHOLOGY_USERNAME