From 3fd92f5c670e24dcedc0acd508bf9f6df49ad6f6 Mon Sep 17 00:00:00 2001 From: Felipe de Jesus Ruiz Garcia Date: Tue, 4 Sep 2018 15:36:15 -0500 Subject: [PATCH] Fix typo and align line identation Fix typo and align the line identation Change-Id: I0acafb4638019b1301ffc1d4ce1b4ec6c74157fc Signed-off-by: Felipe de Jesus Ruiz Garcia --- deployment/libvirt/README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deployment/libvirt/README.rst b/deployment/libvirt/README.rst index ed28b7b5..7129a532 100644 --- a/deployment/libvirt/README.rst +++ b/deployment/libvirt/README.rst @@ -47,7 +47,7 @@ Controllers There are two scripts for creating the controllers: ``setup_allinone.sh`` and ``setup_standard_controller.sh``. They are operated in the same manner but build -different StarlingX cloud configurations. Choose wisely. +different StarlingX cloud configurations. Choose wisely. You need an ISO file for the installation, these scripts take a name with the ``-i`` option:: @@ -56,11 +56,12 @@ You need an ISO file for the installation, these scripts take a name with the And the setup will begin. The scripts create one or more VMs and start the boot of the first controller, named oddly enough ``controller-0``. If you have Xwindows -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:: +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 -Continue the usual SterlingX installation from this point forward. +Continue the usual StarlingX installation from this point forward. Tear down the VMs using ``destroy_allinone.sh`` and ``destroy_standard_controller.sh``.