Merge "Default vagrant deployment to AIO"

This commit is contained in:
Jenkins 2015-09-15 12:17:54 +00:00 committed by Gerrit Code Review
commit 5e066c2c17

2
vagrant/Vagrantfile vendored

@ -10,7 +10,7 @@ BASE_IMAGE="centos/7"
PROVIDER="libvirt"
# Whether to do Multi-node or All-in-One deployment
MULTINODE=true
MULTINODE=false
# The following is only used when deploying in Multi-nodes
NUMBER_OF_CONTROL_NODES=3