Merge "Fix some issues due to dnsmasq"

This commit is contained in:
Zuul 2018-04-04 08:13:13 +00:00 committed by Gerrit Code Review
commit 85c81caf7f
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