Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions netsim/providers/libvirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ probe:
err: "vagrant is not installed"
- cmd: [ bash, "-c", "vagrant plugin list|grep vagrant-libvirt" ]
err: "vagrant-libvirt plugin is not installed"
- cmd: virsh net-list
err: "You don't have access to virsh networking, your user should be in libvirt group"
- cmd: virsh -c qemu:///system net-list
err: "You don't have access to system-wide virsh networking, your user should be in libvirt group"
act_probe: "virsh list"
Comment thread
ipspace marked this conversation as resolved.
act_title: "KVM/libvirt domains (virtual machines)"
cleanup: [ Vagrantfile ]
Expand Down