Code Review
/
multicloud
/
k8s.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6942719
)
Bump vagrant version to 2.2.0
68/70668/1
author
Victor Morales
<victor.morales@intel.com>
Wed, 17 Oct 2018 08:18:06 +0000
(
01:18
-0700)
committer
Victor Morales
<victor.morales@intel.com>
Wed, 17 Oct 2018 08:18:38 +0000
(
01:18
-0700)
Change-Id: I18e2c79a7f4dbbd6f02fef20c782660c579784ff
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
vagrant/setup.sh
patch
|
blob
|
history
diff --git
a/vagrant/setup.sh
b/vagrant/setup.sh
index
2dfae83
..
c8fe2e2
100755
(executable)
--- a/
vagrant/setup.sh
+++ b/
vagrant/setup.sh
@@
-11,7
+11,7
@@
set -o nounset
set -o pipefail
-vagrant_version=2.
1.5
+vagrant_version=2.
2.0
if ! $(vagrant version &>/dev/null); then
enable_vagrant_install=true
else