Age | Commit message (Expand) | Author |
2012-04-05 | Allow a url to cloud-config data to be specified on kernel config line | Scott Moser |
2012-04-05 | add a better exception message | Scott Moser |
2012-04-05 | revert improved exception printing, as it was broken | Scott Moser |
2012-04-05 | syntax error fix | Scott Moser |
2012-04-05 | improve exception message | Scott Moser |
2012-04-05 | move the reading of the cmdline cloud-config url to cloud-init.py | Scott Moser |
2012-04-04 | fix issue found in real test | Scott Moser |
2012-04-04 | add reading of 'seedfrom' via DataSourceNoCloud's DataSourceConfig | Scott Moser |
2012-04-04 | initial checkin of kernel commandline cloud-config url support | Scott Moser |
2012-04-04 | Provide informative message when user logs in with unsupported locale | Scott Moser |
2012-04-04 | minor cleanup to messages, combine commands to single line | Scott Moser |
2012-04-04 | Only show this message one time. | Scott Moser |
2012-04-04 | move Z99-cloud-locale-test.sh out of profile.d to tools | Scott Moser |
2012-04-02 | Fixed deficiency in merge proposal. | Ben Howard |
2012-03-30 | Added a profile.d message to inform people about invalid locale setting. | Ben Howard |
2012-03-26 | cc_chef: fix bug when validation_key was present, but validation_cert was not | Scott Moser |
2012-03-21 | fix bad variable if blocking cc_resizefs | Scott Moser |
2012-03-21 | allow cloud-config to control if resizefs is blocking or not | Scott Moser |
2012-03-21 | cc_resizefs: run resizefs in the background during boot. | Scott Moser |
2012-03-19 | DataSource: if public-keys is a string, split it on newline | Scott Moser |
2012-03-16 | add supprot for reading public-keys from DataSourcMAAS | Scott Moser |
2012-03-16 | rename DataSourceMaaS to DataSourceMAAS, generally use MAAS everywhere | Scott Moser |
2012-03-16 | fix pylint warnings in test_userdata | Scott Moser |
2012-03-13 | add python-oauth to dependencies [Cosmin Luță] | Scott Moser |
2012-03-12 | Warn in user-data processing on non-multipart, non-handled data | Scott Moser |
2012-03-12 | wrap Changelog to < 80 chars | Scott Moser |
2012-03-12 | fix pylint/pep8 issues in DataSourceCloudStack | Scott Moser |
2012-03-12 | import CloudStack data source [Cosmin Luta] | Scott Moser |
2012-03-12 | cloudinit/DataSourceCloudStack: updated copyright and author | Scott Moser |
2012-03-12 | Restrict warning to userdata without MIME wrapping only while still ignoring ... | Martin Packman |
2012-03-09 | Renamed data source to CloudStack | Cosmin Luță |
2012-03-09 | fix copyright and author on cloudinit/DataSourceMaaS.py | Scott Moser |
2012-03-09 | If the user has chosen to remove default ca-certs, prevent package upgrade | Scott Moser |
2012-03-09 | fix spelling error in apt pipeline filename | Scott Moser |
2012-03-09 | add option apt_pipelining to cloud-config to address s3 mirrors (LP: #948461) | Scott Moser |
2012-03-09 | mention bug number in cloud-config.txt | Scott Moser |
2012-03-09 | Some cleanups before merge. | Scott Moser |
2012-03-08 | Simplified proposed patch | Ben Howard |
2012-03-08 | DataSourceMaaS: some fixes found in testing | Scott Moser |
2012-03-08 | Add DataSourceMaaS, a Data Source for Ubuntu Machine as a Service | Scott Moser |
2012-03-08 | doc fixes | Scott Moser |
2012-03-08 | pep8 and pylint | Scott Moser |
2012-03-08 | add a test for read_maas_seed_url | Scott Moser |
2012-03-08 | remove debug statement | Scott Moser |
2012-03-08 | Put a warning in the log when userdata parts are not handled | Martin Packman |
2012-03-08 | Add tests for writing of userdata parts to the filesystem | Martin Packman |
2012-03-08 | add MaaS datasource to default searched | Scott Moser |
2012-03-08 | fix tests for 'hostname' to 'local-hostname' and user-data not required | Scott Moser |
2012-03-08 | remove debug statement | Scott Moser |
2012-03-08 | better 'main()', add and use version in api, do not require user-data | Scott Moser |