Added details on registering images

* Forgot to commit this file last time
 * Also replaced vanilla plugin link with general plugins list on index page

Partially implements blueprint docs-for-v02

Change-Id: I7a42409a18927cb484031e135646812c0ac9fd93
This commit is contained in:
Dmitry Mescheryakov
2013-07-15 17:13:02 +04:00
parent ed1e716bb9
commit bb7c7a1168
2 changed files with 13 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ User guide
horizon/installation.guide
userdoc/overview
userdoc/features
userdoc/vanilla_plugin
userdoc/plugins
userdoc/registering_image
userdoc/hadoop-swift
userdoc/rest_api_v1.0

View File

@@ -0,0 +1,12 @@
Registering Image
=================
Savanna deploys cluster of machines based on images stored in Glance.
Each plugin has its own requirements on image contents, see specific plugin
documentation for details. A general requirement for an image is to have
cloud-init package installed.
Savanna requires image to be registered in Savanna Image Registry order to work with it.
A registered image must have two properties:
* username - a name of the default cloud-init user
* tags - certain tags mark image to be suitable for certain plugins. See plugins documentation for details.