This brings a newer kernel (4.2) and newer iproute2, allowing more of the tests to run by default.
Signed-off-by: Joe Stringer <j...@ovn.org> --- INSTALL.md | 2 +- Vagrantfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 82f5188eacb8..25e042544b49 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -633,7 +633,7 @@ tree as found locally in a virtual machine using the following command: vagrant up -This will bring up a Fedora 20 VM by default. If you wish to use a +This will bring up a Fedora 23 VM by default. If you wish to use a different box or a vagrant backend not supported by the default box, the `Vagrantfile` can be modified to use a different box as base. diff --git a/Vagrantfile b/Vagrantfile index 38553cd2d8ad..4f2e0fdb7c48 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -54,8 +54,8 @@ make check-system-userspace SCRIPT Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.define "fedora-22" do |fedora| - fedora.vm.box = "bento/fedora-22" + config.vm.define "fedora-23" do |fedora| + fedora.vm.box = "bento/fedora-23" fedora.vm.provision "bootstrap", type: "shell", inline: $bootstrap_fedora fedora.vm.provision "configure_ovs", type: "shell", inline: $configure_ovs fedora.vm.provision "build_ovs", type: "shell", inline: $build_ovs -- 2.8.2 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev