Fix service_type of mistral endpoint
Change-Id: Idddc6916e41216fe8fd576d9db400a03728e79f8 Closes-bug: #1610968
This commit is contained in:
parent
76f94f8d18
commit
ce92b49ca0
@ -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 }}'
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
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'.
|
Loading…
Reference in New Issue
Block a user