Skip to content
Snippets Groups Projects
Commit 176a72e6 authored by wu.chunyang's avatar wu.chunyang
Browse files

fix sahara service-type

the sahara service-type is data-processing,not data_processing
if use data_processing,the sahara client will take mistake.
refer to [1]

[1] https://docs.openstack.org/sahara/latest/install/installation-guide.html#common-installation-steps


Co-Authored-By: default avatarzhulingjie <easyzlj@gmail.com>

Change-Id: I4c6704a81921bf713073451dc4e93e44234e5a7c
parent 77054d81
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
module_name: "kolla_keystone_service" module_name: "kolla_keystone_service"
module_args: module_args:
service_name: "sahara" service_name: "sahara"
service_type: "data_processing" service_type: "data-processing"
description: "Sahara Data Processing" description: "Sahara Data Processing"
endpoint_region: "{{ openstack_region_name }}" endpoint_region: "{{ openstack_region_name }}"
url: "{{ item.url }}" url: "{{ item.url }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment