From 8a3b77413720419e8c9fc0da316b14dfb872954e Mon Sep 17 00:00:00 2001 From: Denis Egorenko Date: Fri, 1 Apr 2016 19:17:37 +0300 Subject: [PATCH] Remove override for roles/cinder This task is fixed now and we don't need override it. Change-Id: I203366c107c3a596a18c8e5563433cc1ee341a9c --- hiera/override/roles-cinder.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 hiera/override/roles-cinder.yaml diff --git a/hiera/override/roles-cinder.yaml b/hiera/override/roles-cinder.yaml deleted file mode 100644 index 067fba3..0000000 --- a/hiera/override/roles-cinder.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- - storage: - volume_backend_names: - volumes_ceph: false - volumes_lvm: 'LVM-backend' - volumes_block_device: false - storage_hash: - volume_backend_names: - volumes_ceph: false - volumes_lvm: 'LVM-backend' - volumes_block_device: false -