Update Vagrantfile with new Ubuntu box

rhefner/devstack-dependencies no longer exists (Download fails with
a 401), so we switch over to ubuntu/trusty64.

Change-Id: Ibcfb028af22a0f6446948f770be7af1b8663b90e
This commit is contained in:
Kiall Mac Innes 2015-01-14 10:21:07 -08:00
parent b462badbb4
commit 270ad8a2fd
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ ln -s /opt/stack/designate/rally-scenarios/plugins /home/vagrant/.rally/plugins
SCRIPT
config.vm.define "ubuntu" do |ubuntu|
ubuntu.vm.box = "rhefner/devstack-dependencies"
ubuntu.vm.box = "ubuntu/trusty64"
ubuntu.vm.network :private_network, ip: "192.168.27.100"