Add warning text to Debian package list

Added warning text to indicate that dnsmasq should be installed last
on Debian based systems.

Change-Id: I11a1934388a37fb4fc95eae50b386917b2ec8016
This commit is contained in:
Julia Kreger 2015-09-16 10:34:57 -04:00 committed by stephane
parent 06c4f96a99
commit bdeebcaa91

View File

@ -39,3 +39,7 @@ required_packages:
- libvirt-bin
- debootstrap
- 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