Skip to content
Snippets Groups Projects
Commit ce92b49c authored by Christian Berendt's avatar Christian Berendt
Browse files

Fix service_type of mistral endpoint

Change-Id: Idddc6916e41216fe8fd576d9db400a03728e79f8
Closes-bug: #1610968
parent 76f94f8d
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
command: docker exec -t kolla_toolbox /usr/bin/ansible localhost command: docker exec -t kolla_toolbox /usr/bin/ansible localhost
-m kolla_keystone_service -m kolla_keystone_service
-a "service_name=mistral -a "service_name=mistral
service_type=application_catalog service_type=workflowv2
description='Openstack Application Catalog' description='Openstack Workflow'
endpoint_region={{ openstack_region_name }} endpoint_region={{ openstack_region_name }}
url='{{ item.url }}' url='{{ item.url }}'
interface='{{ item.interface }}' interface='{{ item.interface }}'
......
---
upgrade:
- The wrong service type of the Mistral keystone endpoint was fixed.
Prior to a upgrade manually change the service type of an existing
Mistral keystone endpoint from 'application_catalog' to 'workflowv2'.
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