Merge "Allow testing of cinder multi backends w/ tempest"

This commit is contained in:
Jenkins 2015-09-10 03:51:01 +00:00 committed by Gerrit Code Review
commit 588225a427
2 changed files with 7 additions and 1 deletions

View File

@ -63,7 +63,10 @@ tempest_swift_discoverable_apis:
- slo
- tempurl
tempest_volume_backend1_name: backend1
tempest_volume_backend2_name: backend2
tempest_volume_backup_enabled: False
tempest_volume_multi_backend_enabled: False
tempest_main_group: tempest_all

View File

@ -191,9 +191,12 @@ run_validation = {{ tempest_compute_run_ssh }}
[volume]
endpoint_type = internalURL
backend1_name = lvm
# NOTE: These backends are only tested when multi_backend is enabled
backend1_name = {{ tempest_volume_backend1_name }}
backend2_name = {{ tempest_volume_backend2_name }}
[volume-feature-enabled]
backup = {{ tempest_volume_backup_enabled }}
snapshot = false
multi_backend = {{ tempest_volume_multi_backend_enabled }}