From 176a72e656a3d9b54199cae700b4851c559c7fc3 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Wed, 6 Jun 2018 11:36:39 +0000 Subject: [PATCH] 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: zhulingjie Change-Id: I4c6704a81921bf713073451dc4e93e44234e5a7c --- ansible/roles/sahara/tasks/register.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/sahara/tasks/register.yml b/ansible/roles/sahara/tasks/register.yml index 2dcde8228f..2aba0ac330 100644 --- a/ansible/roles/sahara/tasks/register.yml +++ b/ansible/roles/sahara/tasks/register.yml @@ -4,7 +4,7 @@ module_name: "kolla_keystone_service" module_args: service_name: "sahara" - service_type: "data_processing" + service_type: "data-processing" description: "Sahara Data Processing" endpoint_region: "{{ openstack_region_name }}" url: "{{ item.url }}"