Age | Commit message (Expand) | Author |
2019-11-22 | ec2: Add support for AWS IMDS v2 (session-oriented) (#55) | Ryan Harper |
2019-10-11 | Add Support for e24cloud to Ec2 datasource. | Scott Moser |
2019-09-18 | Add datasource for ZStack platform. | Shixin Ruan |
2019-09-11 | Brightbox: restrict detection to require full domain match .brightbox.com | Scott Moser |
2019-05-08 | replace remaining occurrences of LOG.warn | Daniel Watkins |
2019-03-12 | DataSourceEc2: update RELEASE_BLOCKER to be more accurate | Daniel Watkins |
2019-02-14 | EC2: Rewrite network config on AWS Classic instances every boot | Guilherme G. Piccoli |
2019-01-30 | Resolve flake8 comparison and pycodestyle over-ident issues | Paride Legovini |
2018-10-09 | instance-data: Add standard keys platform and subplatform. Refactor ec2. | Chad Smith |
2018-05-23 | openstack: Allow discovery in init-local using dhclient in a sandbox. | Chad Smith |
2018-02-09 | EC2: Fix get_instance_id called against cached datasource pickle. | Chad Smith |
2018-01-24 | Azure VM Preprovisioning support. | Douglas Jordan |
2017-12-11 | ec2: Use instance-identity doc for region and instance-id | Andrew Jorgensen |
2017-12-05 | Datasources: Formalize DataSource get_data and related properties. | Chad Smith |
2017-11-20 | EC2: Fix bug using fallback_nic and metadata when restoring from cache. | Scott Moser |
2017-10-31 | EC2: Limit network config to fallback nic, fix local-ipv4 only instances. | Chad Smith |
2017-09-07 | Ec2: only attempt to operate at local mode on known platforms. | Scott Moser |
2017-08-29 | ec2: Add IPv6 dhcp support to Ec2DataSource. | Chad Smith |
2017-08-09 | ec2: Allow Ec2 to run in init-local using dhclient in a sandbox. | Chad Smith |
2017-07-25 | tests: Add initial tests for EC2 and improve a docstring. | Scott Moser |
2017-05-30 | AliYun: Enable platform identification and enable by default. | Junjie Wang |
2017-04-21 | pylint: fix all logging warnings | Joshua Powers |
2017-03-03 | Move warning functionality to cloudinit/warnings.py | Scott Moser |
2017-02-24 | Identify Brightbox as an Ec2 datasource user. | Scott Moser |
2017-02-24 | DatasourceEc2: add warning message when not on AWS. | Scott Moser |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-11-10 | pep8: fix style errors reported by pycodestyle 2.1.0 | Scott Moser |
2016-11-09 | Ec2: fix syntax and tox in previous commit. | Scott Moser |
2016-11-08 | Ec2: protect against non-dictionary in block-device-mapping. | Scott Moser |
2016-11-01 | AliYun: Add new datasource for Ali-Cloud ECS | kaihuan.pkh |
2016-04-04 | DataSource: set ds_cfg to be a dictionary | Scott Moser |
2016-03-04 | Apply pep8, pyflakes fixes for python2 and 3 | Scott Moser |
2016-03-03 | Update pep8 runner and fix pep8 issues | Ryan Harper |
2015-07-22 | Add DataSource.region and use it in mirror selection. | Daniel Watkins |
2015-01-21 | Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed | Barry Warsaw |
2014-02-01 | Fix incorrect return | Joshua Harlow |
2013-03-06 | Continue working on merging code. | Joshua Harlow |
2012-11-12 | pep8 and pylint fixups | Scott Moser |
2012-11-12 | merge from trunk | Scott Moser |
2012-11-07 | remove dead code from DataSourceEc2 | Scott Moser |
2012-10-24 | Remove function that shouldn't have shown up. | Joshua Harlow |
2012-10-24 | Handle the case where newer versions of boto | Joshua Harlow |
2012-10-05 | Ensure that config drive datasource attempts to | Joshua Harlow |
2012-08-31 | support launch index specific user-data | Joshua Harlow |
2012-08-27 | DataSourceEc2: require 'instance-data' as top level domain | Scott Moser |
2012-08-27 | Update so that the content types searched for launch-index | Joshua Harlow |
2012-08-26 | Add the capability to understand and filter on | Joshua Harlow |
2012-08-22 | rework package mirror selection | Scott Moser |
2012-07-16 | DataSourceEc2: fix bad usage of log that caused trace | Scott Moser |
2012-07-09 | fix 'make pylint' warnings | Scott Moser |