From d35dba30159238e6c33f3e4ddc7452734dde8ad4 Mon Sep 17 00:00:00 2001 From: Shilla Saebi Date: Thu, 20 Nov 2014 15:46:42 -0500 Subject: [PATCH] Edited compute node lab Changed ssh compute@10.10.10.51 to ssh (username)@10.10.10.53 since the ip address refers to the controller node Change-Id: I842872cf59759adf541f04ed5c618e8a05ada333 Closes-Bug: #1382937 --- doc/training-guides/basic-install-guide/lab_compute-node.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/training-guides/basic-install-guide/lab_compute-node.xml b/doc/training-guides/basic-install-guide/lab_compute-node.xml index 328573f9..18d23beb 100644 --- a/doc/training-guides/basic-install-guide/lab_compute-node.xml +++ b/doc/training-guides/basic-install-guide/lab_compute-node.xml @@ -99,7 +99,7 @@ netmask 255.255.255.0 To SSH into the compute node from the host machine, type the command below: - $ ssh compute@10.10.10.51 + $ ssh compute@10.10.10.53 $ sudo su