From 046e2973307f86da669ed984691db155da96f177 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/guides/admin-guides/manage_clusters/ppc64le/configure/password.rst --- .../manage_clusters/ppc64le/configure/password.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/guides/admin-guides/manage_clusters/ppc64le/configure/password.rst b/docs/source/guides/admin-guides/manage_clusters/ppc64le/configure/password.rst index 362a1abcd..91f2b0f8b 100644 --- a/docs/source/guides/admin-guides/manage_clusters/ppc64le/configure/password.rst +++ b/docs/source/guides/admin-guides/manage_clusters/ppc64le/configure/password.rst @@ -14,7 +14,7 @@ Configure passwords #. Configure the passwords for Management modules of the compute nodes. - * For OpenBMC managed systems: :: + * For OpenBMC managed systems: :: chtab key=openbmc passwd.username=root passwd.password=0penBmc @@ -24,13 +24,13 @@ Configure passwords * For HMC managed systems: :: - chtab key=hmc passwd.username=hscroot passwd.password=abc123 + chtab key=hmc passwd.username=hscroot passwd.password=abc123 If the username/password is different for multiple HMCs, set the ``username`` and ``password`` attribute for each HMC node object in xCAT * For Blade managed systems: :: - chtab key=blade passwd.username=USERID passwd.password=PASSW0RD + chtab key=blade passwd.username=USERID passwd.password=PASSW0RD * For FSP/BPA (Flexible Service Processor/Bulk Power Assembly) the factory default passwords must be changed before running commands against them. :: @@ -52,7 +52,7 @@ Configure passwords #. Set a policy in the xCAT ``policy`` table to allow the user to make calls against xCAT. :: - mkdef -t policy 6 name=xcatws rule=allow + mkdef -t policy 6 name=xcatws rule=allow When making calls to the xCAT REST API, pass in the credentials using the following attributes: ``userName`` and ``userPW``