summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceGCE.py
AgeCommit message (Expand)Author
2014-02-14DataSourceGCE: fix 'is_resolvable', remove unnecessary WARNScott Moser
2014-02-13some style changes, some pylint, be less noisyScott Moser
2014-02-13GCE: use dns name instead of IP addressVaidas Jablonskis
2014-02-13GCE: add unit tests, user-data support and few other fixesVaidas Jablonskis
2014-02-13add 'user-data' support.Scott Moser
2014-02-12support configuration of MD_URL, disable if not resolvable.Scott Moser
2014-02-08wrap url get call in try/except clauseVaidas Jablonskis
2014-02-07Forgot to include _trim_key functionVaidas Jablonskis
2014-02-07use url_helper instead of requestsVaidas Jablonskis
2014-02-03Add Google Compute Engine data source support.Vaidas Jablonskis