diff options
author | Antti Myyrä <antti.myyra@gmail.com> | 2021-02-08 17:24:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 10:24:36 -0500 |
commit | 0497c7b1f752c7011006b36f9c07ac141c0bb3c2 (patch) | |
tree | df05d44e9347a0cf71e52e0f49ad3f4520d83c43 /cloudinit/apport.py | |
parent | 3a0a5894d112d667f313d7fb3ab0850a39bc3020 (diff) | |
download | vyos-cloud-init-0497c7b1f752c7011006b36f9c07ac141c0bb3c2.tar.gz vyos-cloud-init-0497c7b1f752c7011006b36f9c07ac141c0bb3c2.zip |
Datasource for UpCloud (#743)
New datasource utilizing UpCloud metadata API, including relevant unit
tests and documentation.
Diffstat (limited to 'cloudinit/apport.py')
-rw-r--r-- | cloudinit/apport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/apport.py b/cloudinit/apport.py index 9bded16c..25f254e3 100644 --- a/cloudinit/apport.py +++ b/cloudinit/apport.py @@ -39,6 +39,7 @@ KNOWN_CLOUD_NAMES = [ 'SAP Converged Cloud', 'Scaleway', 'SmartOS', + 'UpCloud', 'VMware', 'ZStack', 'Other' |