Use bento/ubuntu-16.04 box

Change-Id: Ie5d5a76da1160be4edec6d5b69ab663850d6bc62
This commit is contained in:
Artur Basiak 2017-02-03 14:32:58 +01:00
parent aa069b76e4
commit 18c34fedd3
1 changed files with 1 additions and 3 deletions

View File

@ -15,7 +15,7 @@ Vagrant.configure(2) do |config|
config.ssh.forward_agent = true
config.vm.hostname = "devstack"
config.vm.box = "ubuntu/xenial64"
config.vm.box = "bento/ubuntu-16.04"
config.vm.network "private_network",ip:"192.168.10.6"
config.vm.synced_folder "~/", "/vagrant_home"
config.vm.provider "virtualbox" do |vb|
@ -25,8 +25,6 @@ Vagrant.configure(2) do |config|
end
config.vm.provision "shell", privileged: false, inline: <<-SHELL
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y install git
if [ $http_proxy ]; then