
TEMPEST_STORAGE_PROTOCOL should have the same value as reported by a Cinder Block Device Driver. Change-Id: I1d88780ade02f8215f625f5071136d6ecad4b18f
7 lines
303 B
Plaintext
7 lines
303 B
Plaintext
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
|