devstack-plugin-bdd/devstack/override-defaults
Ivan Kolodyazhny 76dafe011b Override TEMPEST_STORAGE_PROTOCOL option
TEMPEST_STORAGE_PROTOCOL should have the same value as reported by a
Cinder Block Device Driver.

Change-Id: I1d88780ade02f8215f625f5071136d6ecad4b18f
2015-11-24 14:42:42 +02:00

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