aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authoryinzhongyi <yinzhongyi@huawei.com>2018-05-18 13:50:52 +0800
committeryinzhongyi <yinzhongyi@huawei.com>2018-05-22 11:39:20 +0800
commit8489986bf80269ca8a70d1ad4f5957102b3f5665 (patch)
tree8300cc8decd23d8c065702e941d6403ca85a379e /resources
parent627968bfe1101e58992b695e74470ab865e88c8d (diff)
Update docs and remove the unrelated 'sudo' cmd in build.shv18.04
Change-Id: Ieed544e8965c30d1dd0c9cc8c5f64d3c66e7df0b Signed-off-by: yinzhongyi <yinzhongyi@huawei.com>
Diffstat (limited to 'resources')
-rw-r--r--resources/extras/Vagrantfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/extras/Vagrantfile b/resources/extras/Vagrantfile
index 70c0d78..c3107c9 100644
--- a/resources/extras/Vagrantfile
+++ b/resources/extras/Vagrantfile
@@ -7,9 +7,6 @@ Vagrant.configure(2) do |config|
distro = ( ENV['DMM_VAGRANT_DISTRO'] || "ubuntu")
if distro == 'centos7'
config.vm.box = "puppetlabs/centos-7.2-64-nocm"
- #config.vm.box = "centos/7"
- #config.vm.box_version = "1708.01"
- #config.ssh.insert_key = false
else
config.vm.box = "fdio-csit/ubuntu-14.04.4_2016-05-25_1.0"
end