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(+) 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