index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unittests
/
test_datasource
/
test_openstack.py
Age
Commit message (
Expand
)
Author
2020-06-19
printing the error stream of the dhclient process before killing it (#369)
Moustafa Moustafa
2020-03-26
Identify SAP Converged Cloud as OpenStack
Silvio Knizek
2020-01-31
cloudinit: replace "from six import X" imports (except in util.py) (#183)
Daniel Watkins
2018-09-13
OpenStack: support reading of newer versions of metdata.
Scott Moser
2018-09-12
OpenStack: fix bug causing 'latest' version to be used from network.
Scott Moser
2018-08-17
Add datasource Oracle Compute Infrastructure (OCI).
Scott Moser
2018-07-31
oracle: fix detect_openstack to report True on OracleCloud.com DMI data
Chad Smith
2018-06-15
openstack: avoid unneeded metadata probe on non-openstack platforms
Chad Smith
2018-05-23
openstack: Allow discovery in init-local using dhclient in a sandbox.
Chad Smith
2018-05-23
tests: Avoid using https in httpretty, improve HttPretty test case.
Scott Moser
2017-12-05
Datasources: Formalize DataSource get_data and related properties.
Chad Smith
2017-09-06
tests: mock missed openstack metadata uri network_data.json
Chad Smith
2017-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman
2017-05-23
flake8: move the pinned version of flake8 up to 3.3.0
Scott Moser
2017-01-24
tests: No longer monkey patch httpretty for python 3.4.2
Scott Moser
2017-01-17
OpenStack: Use timeout and retries from config in get_data.
Lars Kellogg-Stedman
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-11-07
pyflakes: fix issue with pyflakes 1.3 found in ubuntu zesty-proposed.
Scott Moser
2016-08-12
MAAS: add vendor-data support
Scott Moser
2016-05-16
Fix slow tests
Joshua Harlow
2016-05-12
run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.
Scott Moser
2015-03-04
Fix hang caused by HTTPretty on Python 3.4.2.
Daniel Watkins
2015-02-25
move towards user-data being binary
Scott Moser
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2014-10-20
Add Digital Ocean Datasource.
Scott Moser
2014-10-10
Fix some of the erroring out test cases
Joshua Harlow
2014-09-10
Openstack: Vendor data cleanup
Scott Moser
2014-09-10
drop version= from readers
Scott Moser
2014-08-27
no functional changes, but some minor changes.
Scott Moser
2014-08-27
Fixed more of the slowness around fetching and retrying
Joshua Harlow
2014-08-22
ec2_utils.py: get_instance_metadata explicitly add trailing /
Scott Moser
2014-07-24
merge from trunk
Scott Moser
2014-07-23
fix httpretty based test cases if http_proxy is set.
Scott Moser
2014-07-23
more
Dimitri John Ledkov
2014-02-08
Remove HEAD usage and other small adjustments
Joshua Harlow
2014-02-07
Add test for disabled dsmode
Joshua Harlow
2014-02-07
Add a bunch of new tests
Joshua Harlow
2014-02-01
Don't forget the rest of the files!
Joshua Harlow