diff options
author | Joshua Harlow <jxharlow@godaddy.com> | 2016-07-25 12:43:32 -0700 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-08-10 15:04:53 -0600 |
commit | db72092b65ecc57bafe1ac6e81c99115f6bd1936 (patch) | |
tree | 3083dd47fa973d906396443f7615f524cea9785f /cloudinit/config/cc_lxd.py | |
parent | 4a1c0df6bc42d47b4e510b55c929419628ff9990 (diff) | |
download | vyos-cloud-init-db72092b65ecc57bafe1ac6e81c99115f6bd1936.tar.gz vyos-cloud-init-db72092b65ecc57bafe1ac6e81c99115f6bd1936.zip |
Add distro tags on config modules that should have it
Some of these really won't work to well on non-supporting
distros so to avoid further user pain tag this with the
supported distros where they should work.
Diffstat (limited to 'cloudinit/config/cc_lxd.py')
-rw-r--r-- | cloudinit/config/cc_lxd.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cloudinit/config/cc_lxd.py b/cloudinit/config/cc_lxd.py index 70d4e7c3..0086840f 100644 --- a/cloudinit/config/cc_lxd.py +++ b/cloudinit/config/cc_lxd.py @@ -47,6 +47,8 @@ Example config: from cloudinit import util +distros = ['ubuntu'] + def handle(name, cfg, cloud, log, args): # Get config |