From 82df3abc1fb0f12d83d384e9e7616dd016a3d32c Mon Sep 17 00:00:00 2001 From: kfoley15 Date: Wed, 24 May 2017 10:57:26 -0400 Subject: [PATCH] Clarified slcli config Added more details specifically to clarify what value should be used as username Addresses MIDS-scaling-up/coursework#123 --- week1/labs/softlayer_provisioning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week1/labs/softlayer_provisioning/README.md b/week1/labs/softlayer_provisioning/README.md index 3621327..b71412f 100644 --- a/week1/labs/softlayer_provisioning/README.md +++ b/week1/labs/softlayer_provisioning/README.md @@ -57,7 +57,7 @@ Python version 2.7 or newer and a complementing pip program are required for thi sudo pip install SoftLayer slcli config setup -That last command will prompt you for your SoftLayer credentials; the default values for questions that provide them are sufficient. +That last command will prompt you for your SoftLayer credentials. Your `Username` is the SL id dispalyed when viewing the API key created in the section [above](#obtain-softlayer-api-key). The format should be `SL#######`. For `API Key or Password` enter your API key. Leave the deafult value for `Endpoint`. ## Working with SoftLayer VSes