Merge "Enable discovering of mistral service"

This commit is contained in:
Zuul 2018-05-09 18:33:52 +00:00 committed by Gerrit Code Review
commit f13dfbfe07

@ -43,6 +43,7 @@ SERVICE_NAMES = {
'messaging': 'zaqar', 'messaging': 'zaqar',
'metric': 'gnocchi', 'metric': 'gnocchi',
'event': 'panko', 'event': 'panko',
'workflowv2': 'mistral',
} }
# what API versions could the service have and should be enabled/disabled # what API versions could the service have and should be enabled/disabled