summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_cloudsigma.py
AgeCommit message (Collapse)Author
2014-05-27Enable vendordata for CloudSigma (LP: #1303986)Ben Howard
2014-02-19Read encoded with base64 user dataKiril Vladimiroff
This allows users of CloudSigma's VM to encode their user data with base64. In order to do that thet have to add the ``cloudinit-user-data`` field to the ``base64_fields``. The latter is a comma-separated field with all the meta fields whit base64 encoded values.
2014-02-12Add CloudSigma data sourceKiril Vladimiroff