Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-10 | doc: make the RST files consistently formated and other improvements. | Scott Moser | |
The biggest things here are: * move doc/sources/*/README.rst to doc/rtd/topics/datasources This gives each datasource a page in the rtd docs, which make it easier to read. * consistently use the same header style throughout. As suggested at http://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html use: # with overline, for parts * with overline, for chapters =, for sections -, for subsections ^, for subsubsections “, for paragraphs Also, move and re-format vendor-data documentation to rtd. | |||
2014-02-19 | Read encoded with base64 user data | Kiril Vladimiroff | |
This allows users of CloudSigma's VM to encode their user data with base64. In order to do that thet have to add the ``cloudinit-user-data`` field to the ``base64_fields``. The latter is a comma-separated field with all the meta fields whit base64 encoded values. | |||
2014-02-13 | cloudsigma: change default dsmode to 'net' | Scott Moser | |
Previously this had 'local' as the default datasource mode, meaning that user-data code such as boot hooks and such would not be guaranteed to have network access. That would be out of sync with the expectation on other platforms where the default is 'network up'. The user can still specify 'dsmode' as local if necessary and the local datasource will claim itself found. | |||
2014-02-12 | Add CloudSigma data source | Kiril Vladimiroff | |