Set ATTACH_ENCRYPTED_VOLUME_AVAILABLE=False

The encrypted Cinder volume tests in Tempest don't actually work
properly for a Sheepdog backend in cinder.

In addition, after I03f8cae05cc117e14f7482115de685fc9f3fa54a is
merged in cinder, CI test became to fail.

So, this patch change to skip encrypted Cinder volume tests.

Change-Id: I7cd9c1a3a37dd7abaf8f4c06eeb9df750126d6c0
This commit is contained in:
Teruaki Ishizaki 2015-07-14 19:51:47 +09:00
parent f91a9971ab
commit 7f031d4019
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ enable_service sheepdog
CINDER_ENABLED_BACKENDS=sheepdog:sheepdog
TEMPEST_STORAGE_PROTOCOL=sheepdog
BUILD_TIMEOUT=600
# disable encrypted volume feature
ATTACH_ENCRYPTED_VOLUME_AVAILABLE=False