diff options
Diffstat (limited to 'cloudinit/settings.py')
-rw-r--r-- | cloudinit/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cloudinit/settings.py b/cloudinit/settings.py index b1ebaade..ca4ffa8e 100644 --- a/cloudinit/settings.py +++ b/cloudinit/settings.py @@ -39,6 +39,8 @@ CFG_BUILTIN = { 'Hetzner', 'IBMCloud', 'Oracle', + 'Exoscale', + 'RbxCloud', # At the end to act as a 'catch' when none of the above work... 'None', ], |