Browse code

[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

Attila Fazekas authored on 2014/06/06 01:59:03
Showing 2 changed files
... ...
@@ -1,4 +1,5 @@
1 1
 MySQL-python
2
+dnsmasq # for q-dhcp
2 3
 dnsmasq-utils # for dhcp_release
3 4
 ebtables
4 5
 iptables
... ...
@@ -1,5 +1,6 @@
1 1
 MySQL-python
2 2
 curl
3
+dnsmasq # for nova-network
3 4
 dnsmasq-utils # for dhcp_release
4 5
 ebtables
5 6
 gawk