diff options
Diffstat (limited to 'deploy/adapters/ansible/roles/config-deployment/files/cinder.yml')
-rwxr-xr-x | deploy/adapters/ansible/roles/config-deployment/files/cinder.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/deploy/adapters/ansible/roles/config-deployment/files/cinder.yml b/deploy/adapters/ansible/roles/config-deployment/files/cinder.yml deleted file mode 100755 index 3a39935a..00000000 --- a/deploy/adapters/ansible/roles/config-deployment/files/cinder.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -# 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 |