Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | CloudSigma: remove 'WARN' in not found case | Scott Moser | |
The CloudSigma datasource would attempt to read /dev/ttyS1 and if not found would warn (which gets logged to stdout by default). Better to just debug. | |||
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 | |