# File lib/vagrant-libvirt/action/remove_libvirt_image.rb, line 12 def call(env) env[:ui].info('Vagrant-libvirt plugin removed box only from you LOCAL ~/.vagrant/boxes directory') env[:ui].info('From libvirt storage pool you have to delete image manually(virsh, virt-manager or by any other tool)') @app.call(env) end