summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceGCE.py
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-167/+0
* Re-apply "Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche]"Daniel Watkins2016-06-151-1/+1
* [Revert] Remove trailing dot from GCE metadata URLScott Moser2016-06-141-1/+1
* Removes trailing dot in metadata.google.internal GCE metadata lookup.Phil Roche2016-06-131-1/+1
* Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-2/+2
* Add DataSource.region and use it in mirror selection.Daniel Watkins2015-07-221-0/+4
* Return a sensible value for DataSourceGCE.availability_zone.Daniel Watkins2015-07-061-0/+4
* GCE instance-level SSH keys override project-level keys. (LP: #1403617)Daniel Watkins2015-04-201-1/+2
* Support multiple metadata paths for metadata keys in GCE data source.Daniel Watkins2015-04-201-11/+15
* Rename found variable in GCE data source.Daniel Watkins2015-04-201-4/+4
* Refactor GCE metadata fetching to use a helper class.Daniel Watkins2015-04-201-33/+36
* move towards user-data being binaryScott Moser2015-02-251-9/+12
* Make parameter list for get_hostname method consistentMarco Morais2015-01-221-1/+1
* pep8 fixesScott Moser2015-01-161-2/+5
* Use the short name for GCE hostnames per GCE's request (LP: #1383794).Ben Howard2015-01-141-1/+2
* Corrected errant logging message.Wayne Witzel III2015-01-061-4/+4
* add user-data encoding support for gceWayne Witzel III2014-12-191-0/+9
* DataSourceGCE: fix 'is_resolvable', remove unnecessary WARNScott Moser2014-02-141-5/+2
* some style changes, some pylint, be less noisyScott Moser2014-02-131-21/+44
* GCE: use dns name instead of IP addressVaidas Jablonskis2014-02-131-7/+4
* GCE: add unit tests, user-data support and few other fixesVaidas Jablonskis2014-02-131-24/+25
* add 'user-data' support.Scott Moser2014-02-131-4/+11
* support configuration of MD_URL, disable if not resolvable.Scott Moser2014-02-121-2/+13
* wrap url get call in try/except clauseVaidas Jablonskis2014-02-081-1/+4
* Forgot to include _trim_key functionVaidas Jablonskis2014-02-071-0/+10
* use url_helper instead of requestsVaidas Jablonskis2014-02-071-26/+12
* Add Google Compute Engine data source support.Vaidas Jablonskis2014-02-031-0/+100