diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-01-16 16:53:21 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-01-16 16:53:21 -0500 |
commit | 16cb9ef67725091235ddafd70b43bf715020d504 (patch) | |
tree | cc5566b983ff1413cb6953699486bd629823b308 /cloudinit | |
parent | 9e19b276fdb6cf9c1f5252f6f9bdcba076c5f09e (diff) | |
download | vyos-cloud-init-16cb9ef67725091235ddafd70b43bf715020d504.tar.gz vyos-cloud-init-16cb9ef67725091235ddafd70b43bf715020d504.zip |
cloudinit/settings.py: add vendor_data to built in config
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 5df7f557..7be2199a 100644 --- a/cloudinit/settings.py +++ b/cloudinit/settings.py @@ -52,6 +52,7 @@ CFG_BUILTIN = { }, 'distro': 'ubuntu', }, + 'vendor_data': {'enabled': True, 'prefix': []}, } # Valid frequencies of handlers/modules |