From bdeec31dca5d9a8dc98ae31fc20a29557a2ec59e Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 23 Mar 2018 20:39:21 -0600 Subject: Enable IBMCloud datasource in settings.py. This just got missed in the IBMCloud datasource addition. Add it to the builtin list of datasources. --- cloudinit/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cloudinit') diff --git a/cloudinit/settings.py b/cloudinit/settings.py index 5fe749d4..dde5749d 100644 --- a/cloudinit/settings.py +++ b/cloudinit/settings.py @@ -37,6 +37,7 @@ CFG_BUILTIN = { 'Bigstep', 'Scaleway', 'Hetzner', + 'IBMCloud', # At the end to act as a 'catch' when none of the above work... 'None', ], -- cgit v1.2.3