From 4dfed67d0e82970f8717d0b524c593962698ca4f Mon Sep 17 00:00:00 2001 From: Chris Glass Date: Thu, 8 Aug 2019 17:09:57 +0000 Subject: New data source for the Exoscale.com cloud platform - dsidentify switches to the new Exoscale datasource on matching DMI name - New Exoscale datasource added Signed-off-by: Mathieu Corbin --- cloudinit/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cloudinit/settings.py') diff --git a/cloudinit/settings.py b/cloudinit/settings.py index b1ebaade..2060d81f 100644 --- a/cloudinit/settings.py +++ b/cloudinit/settings.py @@ -39,6 +39,7 @@ CFG_BUILTIN = { 'Hetzner', 'IBMCloud', 'Oracle', + 'Exoscale', # At the end to act as a 'catch' when none of the above work... 'None', ], -- cgit v1.2.3 From fa0c9e37d98b16f2404e6b4c61e1ae4df7f2f15b Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Tue, 17 Dec 2019 02:04:10 +0100 Subject: settings: Add RbxCloud --- cloudinit/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cloudinit/settings.py') diff --git a/cloudinit/settings.py b/cloudinit/settings.py index 2060d81f..ca4ffa8e 100644 --- a/cloudinit/settings.py +++ b/cloudinit/settings.py @@ -40,6 +40,7 @@ CFG_BUILTIN = { 'IBMCloud', 'Oracle', 'Exoscale', + 'RbxCloud', # At the end to act as a 'catch' when none of the above work... 'None', ], -- cgit v1.2.3