lorin / devstack-vm

Boot a VM and auto-install devstack
79 stars 37 forks source link

libvirt-bin is missing #10

Closed jsoyer closed 9 years ago

jsoyer commented 9 years ago

Hello,

It seems that you use virsh in your Vagrantfile in the provision section for removing default network but you don't push it with ansible in the box.

Maybe you can add this in devstack.yml :

name: install libvirt-bin apt: "name=libvirt-bin update_cache=yes" sudo: True

Thanks.

lorin commented 9 years ago

Fixed this locally, but forgot to push it. devstack installs libvirt-bin, so just moved this call to after devstack setup is complete.