Skip to content

Commit

Permalink
Clarified slcli config
Browse files Browse the repository at this point in the history
Added more details specifically to clarify what value should be used as username
Addresses MIDS-scaling-up#123
  • Loading branch information
kevinjfoley authored May 24, 2017
1 parent 067301e commit 82df3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week1/labs/softlayer_provisioning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 82df3ab

Please sign in to comment.