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