summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorJoe Stringer <joe@ovn.org>2016-06-28 11:23:49 +0200
committerJoe Stringer <joe@ovn.org>2016-06-29 13:45:20 +0200
commite259119c199d65e819492b0970f367e157509658 (patch)
tree33553841022fe55a34cd5f23d0da9a838ba0e0b8 /Vagrantfile
parent5c142a1e41fb14f3bc3806fba68c4fcb46afb4ec (diff)
downloadopenvswitch-e259119c199d65e819492b0970f367e157509658.tar.gz
vagrant: Add 'nc' to installed programs.
netcat is used in several tests, but when creating a new vagrant VM we haven't been installing it. Do so. Signed-off-by: Joe Stringer <joe@ovn.org> Tested-by: William Tu <u9012063@gmail.com> Acked-by: Andy Zhou <azhou@ovn.org>
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 3557095a2..e618f9c1a 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -9,7 +9,7 @@ $bootstrap_fedora = <<SCRIPT
dnf -y update
dnf -y install autoconf automake openssl-devel libtool \
python-twisted-core python-zope-interface PyQt4 \
- desktop-file-utils groff graphviz rpmdevtools \
+ desktop-file-utils groff graphviz rpmdevtools nc \
wget python-six pyftpdlib checkpolicy selinux-policy-devel \
libcap-ng-devel kernel-devel-`uname -r`
echo "search extra update built-in" >/etc/depmod.d/search_path.conf