docs: convert plugins doc md->rst
[vpp.git] / docs / reference / vppvagrant / Vagrantfile
index 32a13ad..642969f 100644 (file)
@@ -9,9 +9,6 @@ Vagrant.configure(2) do |config|
     config.vm.box = "centos/7"
     config.vm.box_version = "1708.01"
     config.ssh.insert_key = false
-  elsif distro == 'opensuse'
-    config.vm.box = "opensuse/openSUSE-42.3-x86_64"
-    config.vm.box_version = "1.0.4.20170726"
   else
     config.vm.box = "puppetlabs/ubuntu-16.04-64-nocm"
   end
@@ -60,7 +57,7 @@ Vagrant.configure(2) do |config|
     config.vm.network "private_network", type: "dhcp"
   end
 
-  # use http proxy if avaiable
+  # use http proxy if available
   if ENV['http_proxy'] && Vagrant.has_plugin?("vagrant-proxyconf")
    config.proxy.http     = ENV['http_proxy']
    config.proxy.https    = ENV['https_proxy']
@@ -112,4 +109,4 @@ Vagrant.configure(2) do |config|
     vws.vmx["memsize"] = "#{vmram}"
     vws.vmx["numvcpus"] = "#{vmcpu}"
   end
-end
\ No newline at end of file
+end