Added Mistral service type workflowv2

Tempest Mistrial tests are skipping in undercloud deployment.
Mistrial service type 'workflowv2' was missing.
In tempest.conf mistrial_service available is set to false
and mistrial tests got skipped.

Adding it fixes the issue.

Closes-Bug: #1867332

Story: 2007428
Task: 39055

Change-Id: Iaa4719ef935cb5ded9d85c7aeb853d46d90b7260
Signed-off-by: Amol Kahat <amolkahat@gmail.com>
This commit is contained in:
Amol Kahat 2020-03-13 16:02:33 +05:30
parent 2722268479
commit c6cf679514
No known key found for this signature in database
GPG Key ID: FDD3BA6C832D7715
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Workflowv2Service(Service):
@staticmethod
def get_service_type():
return ['workflow']
return ['workflow', 'workflowv2']
@staticmethod
def get_codename():