diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-03-01 00:22:20 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-03-01 00:22:20 -0500 |
commit | c430ef68db729657f0ba9531301d63f31ac6c54c (patch) | |
tree | 387daf14689f29d4e2465de2b6e94aabb4cc299d /doc/examples/cloud-config-lxd.txt | |
parent | af5d2a102c029da4b853a3bc42a6e23ce3a40fe6 (diff) | |
parent | 14915526ca67bbf7842028d48170015b85f87469 (diff) | |
download | vyos-cloud-init-c430ef68db729657f0ba9531301d63f31ac6c54c.tar.gz vyos-cloud-init-c430ef68db729657f0ba9531301d63f31ac6c54c.zip |
merge with trunk
Diffstat (limited to 'doc/examples/cloud-config-lxd.txt')
-rw-r--r-- | doc/examples/cloud-config-lxd.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/examples/cloud-config-lxd.txt b/doc/examples/cloud-config-lxd.txt index f66da4c3..b9bb4aa5 100644 --- a/doc/examples/cloud-config-lxd.txt +++ b/doc/examples/cloud-config-lxd.txt @@ -19,3 +19,10 @@ lxd: network_port: 8443 storage_backend: zfs storage_pool: datapool + storage_create_loop: 10 + + +# The simplist working configuration is +# lxd: +# init: +# storage_backend: dir |