cloud-init: Clarify which values are possible for metadata sources

Fixes #364
This commit is contained in:
Anders Ingemann 2017-02-13 23:18:06 +01:00
parent a4e4ad9954
commit 605febdeea
No known key found for this signature in database
GPG key ID: 49C87973A14931A9

View file

@ -21,6 +21,7 @@ Settings
``optional`` ``optional``
- ``metadata_sources``: A string that sets the - ``metadata_sources``: A string that sets the
`datasources <http://cloudinit.readthedocs.org/en/latest/topics/datasources.html>`__ `datasources <http://cloudinit.readthedocs.org/en/latest/topics/datasources.html>`__
that cloud-init should try fetching metadata from. The source is that cloud-init should try fetching metadata from (corresponds to
debconf-set-selections values). The source is
automatically set when using the ec2 provider. automatically set when using the ec2 provider.
``optional`` ``optional``