Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-28 | fix pep8 and pylint | Scott Moser | |
2012-09-28 | add 'safeyaml' to cloudinit | Scott Moser | |
In 0.7.0 we started using yaml.safe_load to load data rather than yaml.load. Some producers (namely, ubuntu MAAS created) have produced cloud-config data in the past that included python unicode types. This creates a specialized safe_loader that is basically safe_load + support for python unicode. |