Files
devstack/lib
bkopilov 3ac1ea85b1 Add a multibackend list to tempest.conf
A change was made to tempest.conf for volume multibackend. Previously,
tempest used the following, with a limit of 2 backends:
 backend1_name = BACKEND1
 backend2_name = BACKEND2
That was changed to accomodate >2 backends. tempest.conf now uses a comma
separated list:
 backend_names=BACKEND1,BACKEND2,BACKEND3

devstack/lib/cinder uses a comma separated list with "type:backend_name":
 enabled_backends = lvm:BACKEND1,ceph:BACKEND2
This is in order to use scripts in devstack/lib/cinder_backends to setup
devstack basked on "type".

This patch allows parsing of the CINDER_ENABLED_BACKENDS to pass the proper
backend_name to tempest.

Change-Id: I76973c3fad4998a0f9e534fc9f6a271c1923f7b3
2016-08-04 13:13:46 -06:00
..
2015-11-27 15:36:04 +11:00
2015-12-17 20:28:54 +09:00
2016-06-01 16:52:41 +02:00
2015-11-27 15:36:04 +11:00
2016-05-04 07:33:21 -04:00
2015-11-27 15:36:04 +11:00
2016-06-15 01:13:45 +08:00
2015-11-27 15:36:04 +11:00
2016-01-05 07:41:35 -05:00
2016-06-17 16:15:30 -04:00
2016-01-25 12:32:32 -08:00
2015-12-01 14:52:35 -05:00
2016-06-15 12:48:09 +00:00
2016-05-09 14:26:08 -04:00