diff options
| author | Scott Moser <smoser@ubuntu.com> | 2016-02-25 14:37:04 -0500 |
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2016-02-25 14:37:04 -0500 |
| commit | 3b773f7919c86a58956e2fc493512bb2c1ce31a8 (patch) | |
| tree | 6ab76ff494ceeb75b567b7c247791d1b6dac03a3 /config | |
| parent | df6af3e1433b9e5564bec7cd452cfb3a0fb403e9 (diff) | |
| parent | 4d8e7324c7242e1c969c8561462def6c1cda747c (diff) | |
| download | vyos-cloud-init-3b773f7919c86a58956e2fc493512bb2c1ce31a8.tar.gz vyos-cloud-init-3b773f7919c86a58956e2fc493512bb2c1ce31a8.zip | |
lxd: add support for setting up lxd using 'lxd init'
If lxd key is present in cfg, then run 'lxd init' with values from the
'init' entry in lxd configuration as flags.
Diffstat (limited to 'config')
| -rw-r--r-- | config/cloud.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index 74794ab0..795df19f 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -56,6 +56,7 @@ cloud_config_modules: - fan - landscape - timezone + - lxd - puppet - chef - salt-minion |
