[Fedora] Install dnsmasq on n-cpu less host

The libvirt-daemon-driver-network pulls the dnsmasq,
on hosts where the n-cpu installed with libvirt backend.

But nothing installs it if you have only n-net or q-dhcp,
on the given hosts.

dnsmasq-utils does not depends on dnsmasq,
because it can work with other local dhcp servers.

Change-Id: I17a769df3bd51ca608c1728e892009125eea42ed
This commit is contained in:
Attila Fazekas 2014-06-05 18:59:03 +02:00
parent ea937baee6
commit 23b12a6e40
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
MySQL-python
dnsmasq # for q-dhcp
dnsmasq-utils # for dhcp_release
ebtables
iptables

View File

@ -1,5 +1,6 @@
MySQL-python
curl
dnsmasq # for nova-network
dnsmasq-utils # for dhcp_release
ebtables
gawk