Include dnsmasq-utils package on all Ubuntu versions
This package provides dhcp_release tool but in files/debs/neutron-common it was listed to be installed only on Ubuntu Precise. The same file is also in Nova's packages but there is no restriction to Ubuntu Precise only there. So on all Neutron jobs it was fine but on Ironic's job where Nova wasn't enabled, this package was not installed and caused problems in Neutron DHCP agent. Change-Id: Idd0711cfe6d43f21754a2f0c230cd094ea33cb27 Closes-Bug: #1855910 (cherry picked from commit f7a7076facbe8ef7c77863abf977af5cdafdeb6e)
This commit is contained in:
parent
0325dc9e68
commit
527aeb9bec
@ -1,6 +1,6 @@
|
|||||||
acl
|
acl
|
||||||
dnsmasq-base
|
dnsmasq-base
|
||||||
dnsmasq-utils # for dhcp_release only available in dist:precise
|
dnsmasq-utils # for dhcp_release
|
||||||
ebtables
|
ebtables
|
||||||
haproxy # to serve as metadata proxy inside router/dhcp namespaces
|
haproxy # to serve as metadata proxy inside router/dhcp namespaces
|
||||||
iptables
|
iptables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user