Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |