test-kitchen / kitchen-vagrant

A Test Kitchen Driver for Vagrant
Other
348 stars 189 forks source link

fix: Avoid colliding guest names on libvirt when running multiple kit… #495

Open aalmenar opened 6 months ago

aalmenar commented 6 months ago

This change avoids colllision in guest names on libvirt when using a shared development server, by setting a default_prefix on vagrant-libvirt that names the guest as closely possible as vagrant and hyperv behaviour.

Issues Resolved

Type of Change

fix (non-breaking) as it was throughly tested on our enviroment.

Check List