aboutsummaryrefslogtreecommitdiffstats
path: root/util/docker-compose/roles/osa/files/cinder.yml
diff options
context:
space:
mode:
Diffstat (limited to 'util/docker-compose/roles/osa/files/cinder.yml')
-rwxr-xr-xutil/docker-compose/roles/osa/files/cinder.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/util/docker-compose/roles/osa/files/cinder.yml b/util/docker-compose/roles/osa/files/cinder.yml
new file mode 100755
index 00000000..3a39935a
--- /dev/null
+++ b/util/docker-compose/roles/osa/files/cinder.yml
@@ -0,0 +1,13 @@
+---
+# This file contains an example to show how to set
+# the cinder-volume service to run in a container.
+#
+# Important note:
+# When using LVM or any iSCSI-based cinder backends, such as NetApp with
+# iSCSI protocol, the cinder-volume service *must* run on metal.
+# Reference: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1226855
+
+container_skel:
+ cinder_volumes_container:
+ properties:
+ is_metal: true