devstack/lib/cinder_backends
John Griffith 2d57f2f88d Remove lib/cinder_backends/solidfire
This was something we used a while back, but since support
for sections was added to devstack local.conf parsing we
don't need this, and actually prefer just using the
sections in local.conf.

Here's an example of how to achieve the same thing via
local.conf sections:

CINDER_ENABLED_BACKENDS=solidfire
TEMPEST_VOLUME_DRIVER=SolidFireDriver
TEMPEST_VOLUME_VENDOR="SolidFire Inc"
TEMPEST_STORAGE_PROTOCOL=iSCSI

[[post-config|$CINDER_CONF]]
[DEFAULT]
CINDER_ENABLED_BACKENDS=solidfire
[solidfire]
volume_driver=cinder.volume.drivers.solidfire.SolidFireDriver
san_ip=192.168.160.3
san_login=admin
san_password=admin
volume_backend_name=solidfire

Change-Id: I8068fd4fb14510b15c31edf490283454f167f6c6
2016-01-27 14:29:31 -05:00
..
ceph Fix restoring a backup volume to a larger volume 2015-12-23 16:40:44 +02:00
glusterfs Namespace XTRACE commands 2015-11-27 15:36:04 +11:00
lvm Namespace XTRACE commands 2015-11-27 15:36:04 +11:00
netapp_iscsi Namespace XTRACE commands 2015-11-27 15:36:04 +11:00
netapp_nfs Namespace XTRACE commands 2015-11-27 15:36:04 +11:00
nfs Namespace XTRACE commands 2015-11-27 15:36:04 +11:00
vmdk Namespace XTRACE commands 2015-11-27 15:36:04 +11:00
xiv Namespace XTRACE commands 2015-11-27 15:36:04 +11:00