From dc02a4b2a91c887301cfd7b18131ed85349bb378 Mon Sep 17 00:00:00 2001 From: Dmitriy Chubinidze Date: Sun, 28 Dec 2025 20:43:40 +0000 Subject: [PATCH] Add keystone-config tag to SP/IDP setup task Ensure the Keystone federation SP/IDP post-configuration runs when executing by the keystone-config tag. Change-Id: I9e1e69b84207b94d423d44e4b2b39da612db627f Signed-off-by: Dmitriy Chubinidze --- playbooks/keystone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/keystone.yml b/playbooks/keystone.yml index 6e3b27c0..c2e44e55 100644 --- a/playbooks/keystone.yml +++ b/playbooks/keystone.yml @@ -234,6 +234,8 @@ hosts: keystone_all gather_facts: false user: root + tags: + - keystone-config environment: "{{ deployment_environment_variables | default({}) }}" tasks: - name: Setup installation variables