Override TEMPEST_STORAGE_PROTOCOL option

TEMPEST_STORAGE_PROTOCOL should have the same value as reported by a
Cinder Block Device Driver.

Change-Id: I1d88780ade02f8215f625f5071136d6ecad4b18f
This commit is contained in:
Ivan Kolodyazhny 2015-11-24 14:42:42 +02:00
parent dc368b31d9
commit 76dafe011b
1 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,5 @@ CINDER_ENABLED_BACKENDS=${CINDER_ENABLED_BACKENDS:-bdd:blockdevice}
# NOTE (e0ne): skip test_encrypted_cinder_volumes tests until
# bug #1518263 will be fixed.
ATTACH_ENCRYPTED_VOLUME_AVAILABLE=False
# Block Device Driver reports 'unknown' protocol in the capabilities.
TEMPEST_STORAGE_PROTOCOL=unknown