From 859f052c916faf9dcc76b3a8391172ca71053ab2 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 19 Sep 2022 13:35:38 +0200 Subject: [PATCH] Include install_method variables for openrc In keystone playbok we're trying to run openrc against openstack_service_setup_host. However, we always fallback to default as this variable is defined only in install_method var file. Change-Id: If5a3cc712898b583a7e664f08c019a937d28e780 --- playbooks/os-keystone-install.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/os-keystone-install.yml b/playbooks/os-keystone-install.yml index 2c926f077e..d7edd5e727 100644 --- a/playbooks/os-keystone-install.yml +++ b/playbooks/os-keystone-install.yml @@ -22,6 +22,8 @@ - name: Implement openrc/clouds.yaml on the designated service host hosts: "{{ openstack_service_setup_host | default('localhost') }}" gather_facts: "{{ osa_gather_facts | default(True) }}" + vars_files: + - "defaults/{{ install_method }}_install.yml" become: yes tags: - openrc