Browse code

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>

Don Dugger authored on 2011/12/07 04:07:20
Showing 1 changed files
... ...
@@ -2,7 +2,8 @@ dnsmasq-base
2 2
 dnsmasq-utils # for dhcp_release only available in dist:oneiric
3 3
 kpartx
4 4
 parted
5
-arping # used for send_arp_for_ha option in nova-network
5
+arping # only available in dist:natty
6
+iputils-arping # only available in dist:oneiric
6 7
 mysql-server # NOPRIME
7 8
 python-mysqldb
8 9
 python-xattr # needed for glance which is needed for nova --- this shouldn't be here