From 23b12a6e40c958d762f772d511e8babb6e069887 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Thu, 5 Jun 2014 18:59:03 +0200 Subject: [PATCH] [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 --- files/rpms/neutron | 1 + files/rpms/nova | 1 + 2 files changed, 2 insertions(+) diff --git a/files/rpms/neutron b/files/rpms/neutron index 9fafecbf52..15ed97346f 100644 --- a/files/rpms/neutron +++ b/files/rpms/neutron @@ -1,4 +1,5 @@ MySQL-python +dnsmasq # for q-dhcp dnsmasq-utils # for dhcp_release ebtables iptables diff --git a/files/rpms/nova b/files/rpms/nova index e05d0d7a7e..0c828f403c 100644 --- a/files/rpms/nova +++ b/files/rpms/nova @@ -1,5 +1,6 @@ MySQL-python curl +dnsmasq # for nova-network dnsmasq-utils # for dhcp_release ebtables gawk