index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
sources
/
DataSourceOpenStack.py
Age
Commit message (
Expand
)
Author
2020-11-02
cloudinit: move dmi functions out of util (#622)
Scott Moser
2020-10-15
openstack: consider product_name as valid chassis tag (#580)
Adrian Vladu
2020-08-25
tox: bump the pylint version to 2.6.0 in the default run (#544)
Paride Legovini
2020-03-26
Identify SAP Converged Cloud as OpenStack
Silvio Knizek
2019-11-22
ec2: Add support for AWS IMDS v2 (session-oriented) (#55)
Ryan Harper
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-04-19
pylint: pay attention to unused variable warnings.
Scott Moser
2017-12-05
Datasources: Formalize DataSource get_data and related properties.
Chad Smith
2017-05-16
openstack: fix log message copy/paste typo in _get_url_settings
Lars Kellogg-Stedman
2017-04-21
pylint: fix all logging warnings
Joshua Powers
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-08-12
MAAS: add vendor-data support
Scott Moser
2016-05-25
commit to push for fear of loss.
Scott Moser
2016-05-16
Fix slow tests
Joshua Harlow
2016-04-04
DataSource: set ds_cfg to be a dictionary
Scott Moser
2016-03-24
provide datasource.check_instance_id with access to system config
Scott Moser
2016-03-21
quickly check to see if the previous instance id is still valid
Scott Moser
2014-09-10
Openstack: Vendor data cleanup
Scott Moser
2014-09-10
OpenStack: search less urls to determine if MD service is there.
Scott Moser
2014-09-10
drop version= from readers
Scott Moser
2014-09-10
make BaseReader select latest supported version
Scott Moser
2014-02-24
Reduce OSds LOG levels when detecting and use HAVANA instead of latest
Joshua Harlow
2014-02-14
DataSourceOpenStack: allow vendor-data to be a dict with 'cloud-init' inside
Scott Moser
2014-02-13
do not warn on waiting for url
Scott Moser
2014-02-13
wait less for the metadata service (by default)
Scott Moser
2014-02-08
Capture IOError and use LOG better
Joshua Harlow
2014-02-08
Remove HEAD usage and other small adjustments
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