Disable Cinder tests

In order for CentOS integration gates to pass, Cinder tests need to be
disabled.

Change-Id: I7bfcbe665f6bf7cb623e8ad85caccd497283e598
This commit is contained in:
Samuel Cassiba 2016-08-29 08:49:44 -07:00 committed by Jan Klare
parent 9f842b1acf
commit 94497b0aad
1 changed files with 1 additions and 1 deletions

View File

@ -166,5 +166,5 @@ heat = True
swift = False
neutron = False
glance = True
cinder = True
cinder = False
nova = True