Move docs about image description to gce & ec2 providers

This commit is contained in:
Anders Ingemann 2015-12-13 12:53:42 +01:00
parent ff3582216f
commit 52c05e5df6
3 changed files with 12 additions and 5 deletions

View file

@ -104,6 +104,13 @@ Example:
virtualization: hvm
enhanced_networking: simple
Image
~~~~~
- ``image.description``: Description of the AMI.
``manifest vars``
Dependencies
------------

View file

@ -7,3 +7,8 @@ file. It can upload created images to Google Storage Engine (to URI
provided in manifest by ``gcs_destination``) and can register image to
be used by Google Compute Engine to project provided in manifest by
``gce_project``. Both of those functionalities are not fully tested yet.
Manifest settings
-----------------
- ``image.description``: Description of the image.

View file

@ -90,11 +90,6 @@ that will be created.
image.
``required``
``manifest vars``
- ``description``: Description of the image. Where this setting is
used depends highly on which provider is set. At the moment it is
only used for AWS images.
``required for ec2 provider``
``manifest vars``
- ``bucket``: When bootstrapping an S3 backed image for AWS, this
will be the bucket where the image is uploaded to.
``required for S3 backing``