From d27921b68dd85ace324dd36241b101b3d125ad96 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 9 Dec 2022 18:03:20 +0100 Subject: [PATCH] docs: fix virsh command Tenks uses the system libvirt socket by default. Change-Id: I70076a313672c4d9950eb41c8f8b5f39fbbd9c96 --- doc/source/contributor/automated.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/automated.rst b/doc/source/contributor/automated.rst index 35ea0c3f0..bdd1b0518 100644 --- a/doc/source/contributor/automated.rst +++ b/doc/source/contributor/automated.rst @@ -154,7 +154,7 @@ Run the ``dev/tenks-deploy-compute.sh`` script to deploy Tenks:: Check that Tenks has created VMs called ``tk0`` and ``tk1``:: - sudo virsh -c qemu+unix:///system?socket=/var/run/libvirt-tenks/libvirt-sock list --all + sudo virsh list --all Verify that VirtualBMC is running::