summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceEc2.py
AgeCommit message (Expand)Author
2018-02-09EC2: Fix get_instance_id called against cached datasource pickle.Chad Smith
2018-01-24Azure VM Preprovisioning support.Douglas Jordan
2017-12-11ec2: Use instance-identity doc for region and instance-idAndrew Jorgensen
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
2017-11-20EC2: Fix bug using fallback_nic and metadata when restoring from cache.Scott Moser
2017-10-31EC2: Limit network config to fallback nic, fix local-ipv4 only instances.Chad Smith
2017-09-07Ec2: only attempt to operate at local mode on known platforms.Scott Moser
2017-08-29ec2: Add IPv6 dhcp support to Ec2DataSource.Chad Smith
2017-08-09ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.Chad Smith
2017-07-25tests: Add initial tests for EC2 and improve a docstring.Scott Moser
2017-05-30AliYun: Enable platform identification and enable by default.Junjie Wang
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-03-03Move warning functionality to cloudinit/warnings.pyScott Moser
2017-02-24Identify Brightbox as an Ec2 datasource user.Scott Moser
2017-02-24DatasourceEc2: add warning message when not on AWS.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-11-09Ec2: fix syntax and tox in previous commit.Scott Moser
2016-11-08Ec2: protect against non-dictionary in block-device-mapping.Scott Moser
2016-11-01AliYun: Add new datasource for Ali-Cloud ECSkaihuan.pkh
2016-04-04DataSource: set ds_cfg to be a dictionaryScott Moser
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-07-22Add DataSource.region and use it in mirror selection.Daniel Watkins
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2014-02-01Fix incorrect returnJoshua Harlow
2013-03-06Continue working on merging code.Joshua Harlow
2012-11-12pep8 and pylint fixupsScott Moser
2012-11-12merge from trunkScott Moser
2012-11-07remove dead code from DataSourceEc2Scott Moser
2012-10-24Remove function that shouldn't have shown up.Joshua Harlow
2012-10-24Handle the case where newer versions of botoJoshua Harlow
2012-10-05Ensure that config drive datasource attempts toJoshua Harlow
2012-08-31support launch index specific user-dataJoshua Harlow
2012-08-27DataSourceEc2: require 'instance-data' as top level domainScott Moser
2012-08-27Update so that the content types searched for launch-indexJoshua Harlow
2012-08-26Add the capability to understand and filter onJoshua Harlow
2012-08-22rework package mirror selectionScott Moser
2012-07-16DataSourceEc2: fix bad usage of log that caused traceScott Moser
2012-07-09fix 'make pylint' warningsScott Moser
2012-07-09DataSourceEc2: only do dns check in mirror selectionScott Moser
2012-06-211. Move all info() logging methods to debug() harlowja
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-19Syntax + comment cleanups.Joshua Harlow
2012-06-16Fix pylint line length to big issue.Joshua Harlow
2012-06-16Adjust the usage of map items() to iteritems() which will help later translat...Joshua Harlow
2012-06-15Complete cleanup for refactoring/rework that makes it comptabile with the new...Joshua Harlow
2012-06-07Darn it. Those shouldn't be there!Joshua Harlow