From df4e64e6e064bc6aeb714166bdc933f5b04d08c6 Mon Sep 17 00:00:00 2001 From: zhangkunpeng Date: Thu, 29 Nov 2018 10:37:04 +0800 Subject: [PATCH] repair readme in deployment/libvirt The default name of the first controller is controller-0 Change-Id: I3dc2221d8ec062677f0d69f99916868d5180e24f Story: 2004088 Task: 28135 Signed-off-by: zhangkunpeng --- deployment/libvirt/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/libvirt/README.rst b/deployment/libvirt/README.rst index 7129a532..0835dbe6 100644 --- a/deployment/libvirt/README.rst +++ b/deployment/libvirt/README.rst @@ -60,7 +60,7 @@ available you will get virt-manager running. If not, Ctrl-C out of that attempt if it doesn't return to a shell prompt. Then connect to the serial console:: - virsh console madcloud-0 + virsh console controller-0 Continue the usual StarlingX installation from this point forward.