Remove redundant arping package from apts/nova

Nova is dependent on arping because 'arping -U' is used.
Arping package doesn't provide 'arping -U'. Let iputils-arping
do the arping job.

Change-Id: Iad4cbf823881de4656fb6a4e32285cf2a49b1d2a
This commit is contained in:
Jian Wen 2013-04-25 15:33:10 +08:00
parent 63992bcb58
commit f661658ed1

View File

@ -2,8 +2,7 @@ dnsmasq-base
dnsmasq-utils # for dhcp_release only available in dist:oneiric,precise,quantal
kpartx
parted
arping # only available in dist:natty
iputils-arping # only available in dist:oneiric
iputils-arping
mysql-server # NOPRIME
python-mysqldb
python-xattr # needed for glance which is needed for nova --- this shouldn't be here