On our CI system, the devstack instance was reporting errors, that are
related to devstack's address_in_net function - that requires the python
netaddr library to be installed. This patch preinstalls this python
package.
Fixes bug 1097667
Change-Id: I8af199427f06cfdf0a68d96d87fe3e541199dca7
| ... | ... |
@@ -22,7 +22,7 @@ STACK_USER="$3" |
| 22 | 22 |
# Install basics |
| 23 | 23 |
apt-get update |
| 24 | 24 |
apt-get install -y cracklib-runtime curl wget ssh openssh-server tcpdump ethtool |
| 25 |
-apt-get install -y curl wget ssh openssh-server python-pip git vim-nox sudo |
|
| 25 |
+apt-get install -y curl wget ssh openssh-server python-pip git vim-nox sudo python-netaddr |
|
| 26 | 26 |
pip install xenapi |
| 27 | 27 |
|
| 28 | 28 |
# Install XenServer guest utilities |