adrahon / vagrant-kvm

This project is dead, please use vagrant-libvirt instead! A Vagrant 1.4+ plugin that adds a KVM provider to Vagrant, allowing Vagrant to control and provision KVM/QEMU VM.
MIT License
366 stars 60 forks source link

Use pool name with box version number #190

Closed miurahr closed 10 years ago

miurahr commented 10 years ago

now we use box pool name 'vagrant-(uid)-(boxname)'. After vagrant 1.5.x, box version is introduced, so it may happen to be conflicted among versions.

we can use 'vagrant-(uid)-(boxname)-(version)' for pool name.