summaryrefslogtreecommitdiff
path: root/openstack/etc/cinder/cinder.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/cinder/cinder.conf')
-rw-r--r--openstack/etc/cinder/cinder.conf9
1 files changed, 1 insertions, 8 deletions
diff --git a/openstack/etc/cinder/cinder.conf b/openstack/etc/cinder/cinder.conf
index d27a541c..a7b26c54 100644
--- a/openstack/etc/cinder/cinder.conf
+++ b/openstack/etc/cinder/cinder.conf
@@ -619,7 +619,7 @@ auth_strategy=keystone
# A list of backend names to use. These backend names should
# be backed by a unique [CONFIG] group with its options (list
# value)
-enabled_backends=lvm_onenode
+#enabled_backends=none
# Whether snapshots count against GigaByte quota (boolean
# value)
@@ -2768,10 +2768,3 @@ admin_tenant_name=service
# Private key file to use when starting the server securely
# (string value)
#key_file=<None>
-
-[lvm_onenode]
-iscsi_helper=lioadm
-volume_group=cinder-volumes
-volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver
-iscsi_ip_address=##GLANCE_HOST##
-volume_backend_name=LVM_iSCSI