Use iputils-arping package for Ubuntu Oneiric distribution

Turns out the `arping' package, currently installed by the script,
is incompatible with `network-manager', the default network configuration
package for recent Ubuntu distributions.  (Losing network connectivity
on a reboot after running `stack.sh' is a little disconcerting.)
Forturnately, the `iputils-apring' package provides the same functionality
and is compatible with `network-manager' so install that one instead.

Change-Id: Id6e89cdf3e590481f870127697baa453b34fbc24
Signed-off-by: Don Dugger <donald.d.dugger@intel.com>
This commit is contained in:
Don Dugger 2011-12-06 12:07:20 -07:00
parent 1a52a02f10
commit ee3fc417d5

View File

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