From 48463a54c531174548887ccca384a8594f62b0f4 Mon Sep 17 00:00:00 2001 From: Mark Goddard <mark@stackhpc.com> Date: Thu, 13 Feb 2020 15:07:13 +0000 Subject: [PATCH] Docs: fix libvirt connection URI for tenks Change-Id: Idd5b2385b70e62c450d6cd5b6537c1976c1e62a9 --- doc/source/development/automated.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/automated.rst b/doc/source/development/automated.rst index f428b7ee..aae6cff0 100644 --- a/doc/source/development/automated.rst +++ b/doc/source/development/automated.rst @@ -137,7 +137,7 @@ Run the ``dev/tenks-deploy-compute.sh`` script to deploy Tenks:: Check that Tenks has created VMs called ``tk0`` and ``tk1``:: - sudo virsh list --all + sudo virsh -c qemu+unix:///system?socket=/var/run/libvirt-tenks/libvirt-sock list --all Verify that VirtualBMC is running:: -- GitLab