summaryrefslogtreecommitdiff
path: root/cloudinit/settings.py
AgeCommit message (Collapse)Author
2015-03-04fix logging perms with list rather than singleScott Moser
2014-08-21settings: fix typo resulting in OpenStack and GCE not running.Scott Moser
LP: #1329583
2014-02-13add Openstack to default datasourcesScott Moser
2014-02-13Add initial GCE datasourceScott Moser
There are some rough edges here and its missing some test, but I want to get this pulled in.
2014-02-12Add CloudSigma data sourceKiril Vladimiroff
2014-02-03Add Google Compute Engine data source support.Vaidas Jablonskis
2014-01-16cloudinit/settings.py: add vendor_data to built in configScott Moser
2013-09-05Merged trunk lp:cloud-initVlastimil Holer
2013-07-18Added SmartOS datasource and unit tests.Ben Howard
2013-07-09add azure to ds listScott Moser
2012-09-12Initial support for OpenNebula's contextualization disk.Vlastimil Holer
2012-08-19Add a 'none' datasource as a last resort fallbackJoshua Harlow
1. This will allow a basically empty datasource to be activated (as the last datasource) when no other datasources work. This allows modules to still run (if they can, new function added to the datasource if modules want to check if cloud-init is in this 'disconnected' state).
2012-08-08Address review feedback for:Joe VLcek
https://code.launchpad.net/~joev-n/cloud-init/altcloud-changes/+merge/116542
2012-07-17Added RHEVm and vSphere support as source AltCloudJoe VLcek
2012-06-22Remove suppport for ec2-configJoshua Harlow
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-15Add more comments around what the settings mean, add in a list that can be ↵Joshua Harlow
used to check if user provided frequencies are actually valid or not
2012-06-09Remove pathmap and make this a part of the CloudPath object, add copyright ↵Joshua Harlow
and format built in config
2012-06-08Renamed this, since its more of settings, not all constants.Joshua Harlow