Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
ce92b49c
Commit
ce92b49c
authored
8 years ago
by
Christian Berendt
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/mistral/tasks/register.yml
+2
-2
2 additions, 2 deletions
ansible/roles/mistral/tasks/register.yml
releasenotes/notes/mistral-fix-wrong-service-type-72ff772fc7cf0b82.yaml
+5
-0
5 additions, 0 deletions
...otes/mistral-fix-wrong-service-type-72ff772fc7cf0b82.yaml
with
7 additions
and
2 deletions
ansible/roles/mistral/tasks/register.yml
+
2
−
2
View file @
ce92b49c
...
@@ -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 Cata
lo
g
'
description='Openstack
Workf
lo
w
'
endpoint_region={{ openstack_region_name }}
endpoint_region={{ openstack_region_name }}
url='{{ item.url }}'
url='{{ item.url }}'
interface='{{ item.interface }}'
interface='{{ item.interface }}'
...
...
This diff is collapsed.
Click to expand it.
releasenotes/notes/mistral-fix-wrong-service-type-72ff772fc7cf0b82.yaml
0 → 100644
+
5
−
0
View file @
ce92b49c
---
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'.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment