Merge "Replacing data_processing with data-processing"

This commit is contained in:
Jenkins
2015-03-05 07:56:22 +00:00
committed by Gerrit Code Review

View File

@@ -36,10 +36,10 @@ class SaharaClientPlugin(client_plugin.ClientPlugin):
def _create(self):
con = self.context
endpoint_type = self._get_client_option('sahara', 'endpoint_type')
endpoint = self.url_for(service_type='data_processing',
endpoint = self.url_for(service_type='data-processing',
endpoint_type=endpoint_type)
args = {
'service_type': 'data_processing',
'service_type': 'data-processing',
'input_auth_token': self.auth_token,
'auth_url': con.auth_url,
'project_name': con.tenant,