diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-03-08 12:06:25 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-03-08 12:06:25 -0500 |
commit | 13fa076e7d9d3f04a93e6edd0db828c7e0238892 (patch) | |
tree | 07d309ff8273fb613a37806352646120484b52e4 /cloudinit/settings.py | |
parent | 5db46cfb68422b0c14d4a6c097553edd0016de3f (diff) | |
parent | d23868d6d3e35a91c348b94ce8416f56514aaf15 (diff) | |
download | vyos-cloud-init-13fa076e7d9d3f04a93e6edd0db828c7e0238892.tar.gz vyos-cloud-init-13fa076e7d9d3f04a93e6edd0db828c7e0238892.zip |
BigStep: enable datasource in default settings
This enables BigStep in the default settings, and also
changes the datasource to not raise exception if we are not
on BigStep.
Diffstat (limited to 'cloudinit/settings.py')
-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', ], |