Skip to content

Commit cbc8dd3

Browse files
committed
Merge branch 'develop'
2 parents ffa3d0f + 60eb8f5 commit cbc8dd3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/source/configuration.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,13 @@ base_os
285285
"""""""
286286
OS type used in the cluster
287287

288-
Defaults to alinux in the default template. Available options are: alinux, centos6, centos7, ubuntu1404::
288+
Defaults to alinux in the default template. Available options are: alinux, centos6, centos7, ubuntu1404
289+
290+
Note: The base_os determines the username used to log into the cluster.
291+
292+
* Centos 6 & 7: ``centos``
293+
* Ubuntu: ``ubuntu``
294+
* Amazon Linux: ``ec2-user`` ::
289295

290296
base_os = alinux
291297

0 commit comments

Comments
 (0)