Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-03 | lxd: fix log messsage | Scott Moser | |
2016-05-12 | Fix up a ton of flake8 issues | Joshua Harlow | |
2016-04-11 | minor cleanups | Scott Moser | |
- use util.del_file rather than os.remove - raise exception if debconf-communicate is not present - add a trailing newline into debconf-communicate input | |||
2016-04-11 | lxd-bridge: Don't require a bridge name and implement support for domain name | Stéphane Graber | |
2016-04-11 | Update lxd-bridge code to do a single debconf-communicate run and split ↵ | Stéphane Graber | |
debconf logic to a function | |||
2016-04-11 | Add support for lxd-bridge configuration | Stéphane Graber | |
2016-03-03 | fix some of pylints complaints | Scott Moser | |
2016-03-03 | fix lxd module to not do anything unless config provided | Scott Moser | |
2016-03-01 | lxd: general fix after testing | Scott Moser | |
A few changes: a.) change to using '--name=value' rather than '--name' 'value' b.) make sure only strings are passed to command (useful for storage_create_loop: which is likely an integer) c.) document simple working example d.) support installing zfs if not present and storage_backedn has it. | |||
2016-02-25 | minor cleanups | Scott Moser | |
2016-02-04 | - Ensure that lxd is installed before running lxd init. | Wesley Wiedenmeier | |
- Handle init cfg separately from main cfg to allow multiple sections under lxd config to be handled independantly. - Check for properly formatted lxd init cfg | |||
2016-02-03 | lxd: add support for setting up lxd using 'lxd init' | Wesley Wiedenmeier | |
If lxd key is present in cfg, then run 'lxd init' with values from the 'init' entry in lxd configuration as flags. |