Fix name of service_type for sahara tests

Currently we are using wrong service_type for Sahara,
actual name is "data-processing"
Closes-bug: #1535567

Change-Id: I57ae66d51fe44e21a2bc83f299a49d01140c562b
This commit is contained in:
Evgeny Sikachev 2016-01-13 14:32:34 +03:00
parent c42f2e3e85
commit 37e82d71c9
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ class OfficialClientManager(fuel_health.manager.Manager):
keystone = self._get_identity_client()
try:
sahara_url = keystone.service_catalog.url_for(
service_type='data_processing', endpoint_type='publicURL')
service_type='data-processing', endpoint_type='publicURL')
except keystoneclient.exceptions.EndpointNotFound:
LOG.warning('Endpoint for Sahara service '
'not found. Sahara client cannot be initialized.')