Enable mistral in test_build centos source

For some reason, mistral was disabled in test_build since
long time ago. I've been using mistral with no problem.
Also current gates build mistral images properly.

Change-Id: I89e79c22f0e15b8165b23fa8cd98df309efdaf45
This commit is contained in:
Eduardo Gonzalez 2017-08-29 11:27:55 +02:00
parent 3bb081c793
commit 7ba7fdd855

View File

@ -101,7 +101,6 @@ class BuildTestCentosSource(BuildTest, base.BaseTestCase):
excluded_images = [ excluded_images = [
"bifrost-base", "bifrost-base",
"kafka", "kafka",
"mistral-base",
"ovsdpdk", "ovsdpdk",
] ]