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:
@@ -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
|
||||
|
||||
12
doc/source/userdoc/registering_image.rst
Normal file
12
doc/source/userdoc/registering_image.rst
Normal 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.
|
||||
Reference in New Issue
Block a user