Fix some issues due to dnsmasq

As already suggested by TheJulia in the Debian family files, the installation
of dnsmasq package can lead to DNS issues which can prevent packages further
down the list to be properly installed

Change-Id: I81cd58c7c9cd4c22dbd3f08ba9a7dfea842e7d2d
This commit is contained in:
Olivier Bourdon 2018-04-03 17:37:55 +02:00
parent dab86a42e9
commit dfde2eacde
2 changed files with 6 additions and 2 deletions

View File

@ -37,10 +37,10 @@ required_packages:
- debootstrap
- uuid-runtime
- curl
- dnsmasq
- socat
- python-pip
- gcc
- dnsmasq
# NOTE(TheJulia): The above entry for dnsmasq must be the last entry in the
# package list as the installation causes name resolution changes that can
# temporarily block packages following it while the system is being

View File

@ -30,6 +30,10 @@ required_packages:
- debootstrap
- uuid-runtime
- curl
- dnsmasq
- python-pip
- python-pymysql
- dnsmasq
# NOTE(TheJulia): The above entry for dnsmasq must be the last entry in the
# package list as the installation causes name resolution changes that can
# temporarily block packages following it while the system is being
# reconfigured. See: https://review.openstack.org/#/c/223813