From 60a62b7dd2e1c44c0aca29bdeb991430ef2e6f3c Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Mon, 30 Apr 2018 15:00:11 +0000 Subject: [PATCH] Enable discovering of mistral service This patch gives python-tempestconf ability to discover mistral service. Change-Id: I2789e2d5cab1d4e9ba871fea39ede24a2872b1eb --- config_tempest/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config_tempest/constants.py b/config_tempest/constants.py index 96ca3acf..f361cbae 100644 --- a/config_tempest/constants.py +++ b/config_tempest/constants.py @@ -43,6 +43,7 @@ SERVICE_NAMES = { 'messaging': 'zaqar', 'metric': 'gnocchi', 'event': 'panko', + 'workflowv2': 'mistral', } # what API versions could the service have and should be enabled/disabled