| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-26 | change 'except' syntax to python 3 style. | Scott Moser | |
| Everywhere that there occurred: except Exception, e: changed to except Exception as e: | |||
| 2011-01-21 | cc_locale: fix copy paste code error if args are given | Scott Moser | |
| 2011-01-18 | move setting of default locale out of cloud-init, into cloud-config | Scott Moser | |
| Now, instead of setting a default value in cloud-init based only on the DataSource, this supports using 'locale' in the cloud-config. | |||
