diff options
author | Scott Moser <smoser@ubuntu.com> | 2018-03-19 14:50:54 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2018-03-19 14:50:54 -0400 |
commit | e88e35483e373b39b4485f30f7a867f50571027c (patch) | |
tree | 9acb68fc91dc94e2f6fd66d741ff6f75f4abe830 /cloudinit/settings.py | |
parent | de34dc7c467b318b2d04d065f8d752c7a530e155 (diff) | |
download | vyos-cloud-init-e88e35483e373b39b4485f30f7a867f50571027c.tar.gz vyos-cloud-init-e88e35483e373b39b4485f30f7a867f50571027c.zip |
Add Hetzner Cloud DataSource
The Hetzner Cloud metadata service is an AWS-style service available
over HTTP via the link local address 169.254.169.254.
https://hetzner.com/cloud
https://docs.hetzner.cloud/
Diffstat (limited to 'cloudinit/settings.py')
-rw-r--r-- | cloudinit/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/settings.py b/cloudinit/settings.py index c120498f..5fe749d4 100644 --- a/cloudinit/settings.py +++ b/cloudinit/settings.py @@ -36,6 +36,7 @@ CFG_BUILTIN = { 'SmartOS', 'Bigstep', 'Scaleway', + 'Hetzner', # At the end to act as a 'catch' when none of the above work... 'None', ], |