diff options
| author | David Dymko <dymkod@gmail.com> | 2021-04-13 14:15:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-13 14:15:34 -0400 |
| commit | 0ae0b1d4336acdcab12bd49e9bddb46922fb19c7 (patch) | |
| tree | 11eca25e1c86dfeab2a80bcf027af9aebf2aec78 /cloudinit/settings.py | |
| parent | 83f6bbfbe5b924be61a3c098f4202377d69c8947 (diff) | |
| download | vyos-cloud-init-0ae0b1d4336acdcab12bd49e9bddb46922fb19c7.tar.gz vyos-cloud-init-0ae0b1d4336acdcab12bd49e9bddb46922fb19c7.zip | |
Add Vultr support (#827)
This PR adds in support so that cloud-init can run on instances
deployed on Vultr cloud. This was originally brought up in #628.
Co-authored-by: Eric Benner <ebenner@vultr.com>
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 91e1bfe7..23e4c0ad 100644 --- a/cloudinit/settings.py +++ b/cloudinit/settings.py @@ -30,6 +30,7 @@ CFG_BUILTIN = { 'GCE', 'OpenStack', 'AliYun', + 'Vultr', 'Ec2', 'CloudSigma', 'CloudStack', |
