Minor update in README

This commit is contained in:
Aleksandr Didenko
2016-06-20 16:12:18 +02:00
parent 62a1925664
commit 9c5c0f2697
2 changed files with 9 additions and 3 deletions

3
Vagrantfile vendored
View File

@@ -1,8 +1,9 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
pool = ENV["VAGRANT_POOL"] || "10.250.0.0/16"
ENV["VAGRANT_DEFAULT_PROVIDER"] = "libvirt"
pool = ENV["VAGRANT_POOL"] || "10.210.0.0/16"
prefix = pool.gsub(/\.\d+\.\d+\/16$/, "")
$num_instances = 7