diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-03-30 08:00:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-30 08:00:43 +0000 |
commit | 0e1ec1044735fd3e946f3c8b7480a464b48f4d2e (patch) | |
tree | 13f7a7994eb96f762df3da77f70c57217b14e125 /prototypes/xci/file/cinder.yml | |
parent | 6f84a256bbe92cf3f9f746ca0972abd9942bad43 (diff) | |
parent | 91c1d59f899bdc00860b5dd6ee86ad1fe0c269a2 (diff) |
Merge "xci: Add main playbooks and files"
Diffstat (limited to 'prototypes/xci/file/cinder.yml')
-rw-r--r-- | prototypes/xci/file/cinder.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/prototypes/xci/file/cinder.yml b/prototypes/xci/file/cinder.yml index e69de29bb..e40b39256 100644 --- a/prototypes/xci/file/cinder.yml +++ b/prototypes/xci/file/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: false |