summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceGCE.py
AgeCommit message (Expand)Author
2018-03-20datasources: fix DataSource subclass get_hostname method signatureChad Smith
2018-03-01GCE: fix reading of user-data that is not base64 encoded.Scott Moser
2018-01-23GCE: Improvements and changes to ssh key behavior for default user.Max Illfelder
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
2017-09-18GCE: Fix usage of user-data.Scott Moser
2017-08-30GCE: Add a main to the GCE Datasource.Scott Moser
2017-05-25GCE: Update the attribute used to find instance SSH keys.Daniel Watkins
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-03-27GCE: Search GCE in ds-identify, consider serial number in check.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-11-10pep8: fix style errors reported by pycodestyle 2.1.0Scott Moser
2016-08-08Newer requests have strong type validationJoshua Harlow
2016-06-15Re-apply "Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche]"Daniel Watkins
2016-06-14[Revert] Remove trailing dot from GCE metadata URLScott Moser
2016-06-13Removes trailing dot in metadata.google.internal GCE metadata lookup.Phil Roche
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2015-07-22Add DataSource.region and use it in mirror selection.Daniel Watkins
2015-07-06Return a sensible value for DataSourceGCE.availability_zone.Daniel Watkins
2015-04-20GCE instance-level SSH keys override project-level keys. (LP: #1403617)Daniel Watkins
2015-04-20Support multiple metadata paths for metadata keys in GCE data source.Daniel Watkins
2015-04-20Rename found variable in GCE data source.Daniel Watkins
2015-04-20Refactor GCE metadata fetching to use a helper class.Daniel Watkins
2015-02-25move towards user-data being binaryScott Moser
2015-01-22Make parameter list for get_hostname method consistentMarco Morais
2015-01-16pep8 fixesScott Moser
2015-01-14Use the short name for GCE hostnames per GCE's request (LP: #1383794).Ben Howard
2015-01-06Corrected errant logging message.Wayne Witzel III
2014-12-19add user-data encoding support for gceWayne Witzel III
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