summaryrefslogtreecommitdiff
path: root/cloudinit/DataSourceCloudStack.py
AgeCommit message (Collapse)Author
2012-06-071. Adding some new helper files that split off file inclusion, templating, ↵Joshua Harlow
importing, constant usage. 1. Move all datasources to a new sources directory 1. Rename some files to be more consistent with python file/module naming.
2012-03-12fix pylint/pep8 issues in DataSourceCloudStackScott Moser
2012-03-12cloudinit/DataSourceCloudStack: updated copyright and authorScott Moser
Per Cosmin in personal mail: > I didn't change any of the copyright/license information, as I'm not > sure what should be there (feel free to adjust it as you please, I don't > even care for my name to appear in the file). I've added Canonical to copyright (as the file was originally copied and modified from the DataSourceEc2). And also added Cosmin's name to Authors and Copyright for the portions that he contributed.
2012-03-09Renamed data source to CloudStackCosmin Luță