From: Sébastien Han Date: Mon, 19 Jan 2015 16:41:19 +0000 (+0100) Subject: Upgrade to Trusty box X-Git-Tag: v1.0.0~268^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b31a81b2b53ca95c18c60ca30427543b6c925499;p=ceph-ansible.git Upgrade to Trusty box Use a Trusty box instead of Precise. Signed-off-by: Sébastien Han --- diff --git a/Vagrantfile b/Vagrantfile index 7f82debff..33089212f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -38,7 +38,7 @@ def create_vmdk(name, size) end Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = 'hashicorp/precise64' + config.vm.box = 'ubuntu/trusty64' config.ssh.insert_key = false # workaround for https://github.com/mitchellh/vagrant/issues/5048 (0..CLIENTS - 1).each do |i|