index
:
delta/cloud-init-git.git
22.4.x
23.1.x
archived/19.1
cla
d80d0fcc0
dependabot/pip/cryptography-3.2
dependabot/pip/cryptography-3.3.2
deps
docs/19.1
james-hotplug
main
master
oddbloke-travis-test
pr_holman_docs
quick-check
rtd-build
single-schema-validation
single-schema-validation-a-d
stable-18.4
stable-19.4
test_upgrade
tests
tests-wip
ubuntu/artful
ubuntu/bionic
ubuntu/bionic-22.4.x
ubuntu/bionic-23.1.x
ubuntu/cosmic
ubuntu/daily/bionic
ubuntu/daily/devel
ubuntu/daily/eoan
ubuntu/daily/focal
ubuntu/daily/groovy
ubuntu/daily/hirsute
ubuntu/daily/impish
ubuntu/daily/xenial
ubuntu/devel
ubuntu/devel-23.1.x
ubuntu/disco
ubuntu/eoan
ubuntu/focal
ubuntu/focal-22.4.x
ubuntu/focal-23.1.x
ubuntu/groovy
ubuntu/hirsute
ubuntu/impish
ubuntu/jammy
ubuntu/jammy-22.4.x
ubuntu/jammy-23.1.x
ubuntu/kinetic
ubuntu/kinetic-22.4.x
ubuntu/kinetic-23.1.x
ubuntu/lunar
ubuntu/lunar-23.1.x
ubuntu/precise
ubuntu/trusty
ubuntu/xenial
ubuntu/yakkety
ubuntu/zesty
upstream/20.4.1
v22.3
github.com: canonical/cloud-init.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
sources
/
DataSourceOpenStack.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[1/2] DHCP: Refactor dhcp client code (#2122)
Brett Holman
2023-04-19
1
-4
/
+1
*
source: Force OpenStack when it is only option (#2045)
Brett Holman
2023-03-02
1
-35
/
+6
*
dhcp: Cleanup unused kwarg (#2037)
Brett Holman
2023-02-28
1
-4
/
+1
*
Fix OpenStack datasource detection on bare metal (#1923)
Alexander Birkner
2023-02-07
1
-21
/
+50
*
Add Support for IPv6 metadata to OpenStack (#1805)
Marvin Vogt
2022-11-17
1
-3
/
+4
*
net: Ensure a tmp with exec permissions for dhcp (#1690)
Alberto Contreras
2022-09-01
1
-1
/
+4
*
Identify Huawei Cloud as OpenStack (#1689)
huang xinjie
2022-08-31
1
-1
/
+6
*
net: Implement link-local ephemeral ipv6
Brett Holman
2022-06-10
1
-1
/
+2
*
Adopt Black and isort (SC-700) (#1157)
James Falcon
2021-12-15
1
-54
/
+75
*
Initial hotplug support (#936)
James Falcon
2021-07-19
1
-2
/
+9
*
openstack: read the dynamic metadata group vendor_data2.json (#777)
Andrew Bogott
2021-02-05
1
-0
/
+8
*
cloudinit: move dmi functions out of util (#622)
Scott Moser
2020-11-02
1
-2
/
+3
*
openstack: consider product_name as valid chassis tag (#580)
Adrian Vladu
2020-10-15
1
-1
/
+2
*
tox: bump the pylint version to 2.6.0 in the default run (#544)
Paride Legovini
2020-08-25
1
-2
/
+2
*
Identify SAP Converged Cloud as OpenStack
Silvio Knizek
2020-03-26
1
-1
/
+4
*
ec2: Add support for AWS IMDS v2 (session-oriented) (#55)
Ryan Harper
2019-11-22
1
-1
/
+1
*
Add datasource Oracle Compute Infrastructure (OCI).
Scott Moser
2018-08-17
1
-4
/
+8
*
oracle: fix detect_openstack to report True on OracleCloud.com DMI data
Chad Smith
2018-07-31
1
-1
/
+2
*
openstack: avoid unneeded metadata probe on non-openstack platforms
Chad Smith
2018-06-15
1
-0
/
+23
*
openstack: Allow discovery in init-local using dhclient in a sandbox.
Chad Smith
2018-05-23
1
-56
/
+105
*
pylint: pay attention to unused variable warnings.
Scott Moser
2018-04-19
1
-2
/
+2
*
Datasources: Formalize DataSource get_data and related properties.
Chad Smith
2017-12-05
1
-1
/
+4
*
openstack: fix log message copy/paste typo in _get_url_settings
Lars Kellogg-Stedman
2017-05-16
1
-1
/
+1
*
pylint: fix all logging warnings
Joshua Powers
2017-04-21
1
-2
/
+2
*
OpenStack: Use timeout and retries from config in get_data.
Lars Kellogg-Stedman
2017-01-17
1
-3
/
+12
*
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-12-22
1
-15
/
+5
*
MAAS: add vendor-data support
Scott Moser
2016-08-12
1
-1
/
+1
*
commit to push for fear of loss.
Scott Moser
2016-05-25
1
-7
/
+2
*
Fix slow tests
Joshua Harlow
2016-05-16
1
-4
/
+8
*
DataSource: set ds_cfg to be a dictionary
Scott Moser
2016-04-04
1
-2
/
+0
*
provide datasource.check_instance_id with access to system config
Scott Moser
2016-03-24
1
-1
/
+1
*
quickly check to see if the previous instance id is still valid
Scott Moser
2016-03-21
1
-0
/
+4
*
Openstack: Vendor data cleanup
Scott Moser
2014-09-10
1
-6
/
+6
*
OpenStack: search less urls to determine if MD service is there.
Scott Moser
2014-09-10
1
-5
/
+3
*
drop version= from readers
Scott Moser
2014-09-10
1
-2
/
+2
*
make BaseReader select latest supported version
Scott Moser
2014-09-10
1
-2
/
+1
*
Reduce OSds LOG levels when detecting and use HAVANA instead of latest
Joshua Harlow
2014-02-24
1
-6
/
+6
*
DataSourceOpenStack: allow vendor-data to be a dict with 'cloud-init' inside
Scott Moser
2014-02-14
1
-1
/
+9
*
do not warn on waiting for url
Scott Moser
2014-02-13
1
-2
/
+1
*
wait less for the metadata service (by default)
Scott Moser
2014-02-13
1
-15
/
+13
*
Capture IOError and use LOG better
Joshua Harlow
2014-02-08
1
-2
/
+2
*
Remove HEAD usage and other small adjustments
Joshua Harlow
2014-02-08
1
-0
/
+1
*
Add a bunch of new tests
Joshua Harlow
2014-02-07
1
-1
/
+2
*
Don't forget the rest of the files!
Joshua Harlow
2014-02-01
1
-0
/
+163