Update doc for Vagrant install

This commit is contained in:
Kevin Jing Qiu
2017-06-02 19:03:43 -04:00
parent 6fb17a813c
commit e7acc2fddf
2 changed files with 9 additions and 1 deletions

2
Vagrantfile vendored
View File

@@ -23,7 +23,7 @@ $vm_cpus = 1
$shared_folders = {}
$forwarded_ports = {}
$subnet = "172.17.8"
$os = "coreos-stable"
$os = "ubuntu"
$box = SUPPORTED_OS[$os][:box]
# The first three nodes are etcd servers
$etcd_instances = $num_instances