summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/configs/modules/lxd_dir.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cloud_tests/configs/modules/lxd_dir.yaml')
-rw-r--r--tests/cloud_tests/configs/modules/lxd_dir.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/cloud_tests/configs/modules/lxd_dir.yaml b/tests/cloud_tests/configs/modules/lxd_dir.yaml
new file mode 100644
index 00000000..99b92195
--- /dev/null
+++ b/tests/cloud_tests/configs/modules/lxd_dir.yaml
@@ -0,0 +1,17 @@
+#
+# LXD configured with directory backend
+#
+cloud_config: |
+ #cloud-config
+ lxd:
+ init:
+ storage_backend: dir
+collect_scripts:
+ lxc: |
+ #!/bin/bash
+ which lxc
+ lxd: |
+ #!/bin/bash
+ which lxd
+
+# vi: ts=4 expandtab