From 487660c79ed1e4f9b7252605d36b67951f99c22a Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 12 Jun 2019 12:37:16 +0100 Subject: [PATCH] Ensure that git pins are used for placement service Currently the role defaults are used, because the git pin vars are not imported for the playbook. Change-Id: I3ac0dd56b23a49ce980e4213b15624145a299b20 --- playbooks/os-placement-install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/os-placement-install.yml b/playbooks/os-placement-install.yml index b76c808332..b32f2d01c3 100644 --- a/playbooks/os-placement-install.yml +++ b/playbooks/os-placement-install.yml @@ -19,6 +19,7 @@ environment: "{{ deployment_environment_variables | default({}) }}" user: root vars_files: + - "defaults/repo_packages/openstack_services.yml" - "defaults/{{ install_method }}_install.yml" tags: - placement