[DOC] update doc about registering image

Change-Id: I42974808f55c1adb7cc4fd367b56aa278f28ef83
This commit is contained in:
Michael Ionkin 2016-09-14 17:47:35 +03:00
parent 83a6a28683
commit a01c3a1478
1 changed files with 17 additions and 3 deletions

View File

@ -11,7 +11,21 @@ Sahara requires the images to be registered in the Sahara Image Registry.
A registered image must have two properties set:
* username - a name of the default cloud-init user.
* tags - certain tags mark image to be suitable for certain plugins.
* tags - certain tags mark image to be suitable for certain plugins. The tags
depend on the plugin used, you can find required tags in the plugin's
documentations.
The username depends on the image that is used and the tags depend on the
plugin used. You can find both in the respective plugin's documentation.
The default username specified for these images is different
for each distribution:
+--------------+------------+
| OS | username |
+==============+============+
| Ubuntu 12,14 | ubuntu |
+--------------+------------+
| Fedora | fedora |
+--------------+------------+
| CentOS 6.x | cloud-user |
+--------------+------------+
| CentOS 7.x | centos |
+--------------+------------+