diff options
author | Alex Sirbu <alexandru.sirbu@bigstep.com> | 2016-03-07 09:13:17 +0000 |
---|---|---|
committer | Alex Sirbu <alexandru.sirbu@bigstep.com> | 2016-03-07 09:13:17 +0000 |
commit | 0a4c7983613a134fa62b8ee0c11b558f9e405346 (patch) | |
tree | f99b8011cb55f4e3ea838bd04352c053d8d10ad3 /cloudinit | |
parent | 5db46cfb68422b0c14d4a6c097553edd0016de3f (diff) | |
download | vyos-cloud-init-0a4c7983613a134fa62b8ee0c11b558f9e405346.tar.gz vyos-cloud-init-0a4c7983613a134fa62b8ee0c11b558f9e405346.zip |
Enable Bigstep data source in default configuration
Diffstat (limited to 'cloudinit')
-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 b61e5613..8c258ea1 100644 --- a/cloudinit/settings.py +++ b/cloudinit/settings.py @@ -42,6 +42,7 @@ CFG_BUILTIN = { 'CloudSigma', 'CloudStack', 'SmartOS', + 'Bigstep', # At the end to act as a 'catch' when none of the above work... 'None', ], |