Skip to content

Commit

Permalink
Fix keystone IDP setup
Browse files Browse the repository at this point in the history
The current version does not include the os_keystone role correctly,
as it runs the whole os_keystone role again and ignores the
tasks_from: parameter.

This fix has been tested and now it correctly configures the SP/IDP
configuration.

Change-Id: I3c57c3aab3cacfd5732b9bf5e251a7a8b654d4f5
Closes-Bug: 1908510
  • Loading branch information
pertoft authored and Jonathan Rosser committed Dec 17, 2020
1 parent ba8b6af commit 2bb6019
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions playbooks/os-keystone-install.yml
Expand Up @@ -162,7 +162,9 @@
- "defaults/{{ install_method }}_install.yml"
tags:
- keystone
roles:
- role: os_keystone
tasks_from: main_keystone_federation_sp_idp_setup.yml
tasks:
- name: "Post configure SP/IDP"
include_role:
name: os_keystone
tasks_from: main_keystone_federation_sp_idp_setup.yml

0 comments on commit 2bb6019

Please sign in to comment.