diff options
author | Adam Dobrawy <naczelnik@jawnosc.tk> | 2019-12-17 02:04:10 +0100 |
---|---|---|
committer | Daniel Watkins <daniel@daniel-watkins.co.uk> | 2019-12-18 09:53:49 -0500 |
commit | fa0c9e37d98b16f2404e6b4c61e1ae4df7f2f15b (patch) | |
tree | b4c554b4d6b009c606cc6e18a34091e395bbf100 | |
parent | 45cd8e19dacb0938df505646d805bfcd6b723a41 (diff) | |
download | vyos-cloud-init-fa0c9e37d98b16f2404e6b4c61e1ae4df7f2f15b.tar.gz vyos-cloud-init-fa0c9e37d98b16f2404e6b4c61e1ae4df7f2f15b.zip |
settings: Add RbxCloud
-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 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', ], |