diff --git a/bootstrapvz/providers/ec2/README.rst b/bootstrapvz/providers/ec2/README.rst index d2f8ade..7c54c19 100644 --- a/bootstrapvz/providers/ec2/README.rst +++ b/bootstrapvz/providers/ec2/README.rst @@ -104,6 +104,13 @@ Example: virtualization: hvm enhanced_networking: simple +Image +~~~~~ + +- ``image.description``: Description of the AMI. + ``manifest vars`` + + Dependencies ------------ diff --git a/bootstrapvz/providers/gce/README.rst b/bootstrapvz/providers/gce/README.rst index e760120..cc54959 100644 --- a/bootstrapvz/providers/gce/README.rst +++ b/bootstrapvz/providers/gce/README.rst @@ -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. diff --git a/manifests/README.rst b/manifests/README.rst index 5a32501..21ab9e6 100644 --- a/manifests/README.rst +++ b/manifests/README.rst @@ -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``