Added the wait to the devstack box also.

Change-Id: If60405e874cebde512fee118d63a6eec488adf5c
This commit is contained in:
Tim Kuhlman 2014-11-18 16:04:04 -07:00
parent 2b8ca1a6d9
commit 610663052b

2
Vagrantfile vendored
View File

@ -33,6 +33,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vb.memory = 7168
vb.cpus = 4
end
# In Vagrant 1.6.5 there is a race condition where in some instances the ansible provisioner starts before ssh is ready the sleep is a workaround
ds.vm.provision "shell", inline: 'sleep 1'
ds.vm.provision "ansible" do |ansible|
ansible.playbook = "devstack.yml"
ansible.inventory_path = '.ansible_hosts'