Enable discovering of mistral service

This patch gives python-tempestconf ability to discover
mistral service.

Change-Id: I2789e2d5cab1d4e9ba871fea39ede24a2872b1eb
This commit is contained in:
Martin Kopec 2018-04-30 15:00:11 +00:00
parent acac4a41cd
commit 60a62b7dd2
1 changed files with 1 additions and 0 deletions

View File

@ -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