From 2fd7e4c7f950c15c94224c97c5013c00bc7645ba Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 15 Feb 2019 18:15:46 +0000 Subject: [PATCH] Include package pins for glance playbook In order to transition glance to using the new venv build mechanism, we need to ensure that the git pins override the role pins. This ensures that is the case. Change-Id: I1831b8122b1f6f750fde0663e67042e108543bdf --- playbooks/common-playbooks/glance.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/common-playbooks/glance.yml b/playbooks/common-playbooks/glance.yml index 3cd62aa0fe..9760751a39 100644 --- a/playbooks/common-playbooks/glance.yml +++ b/playbooks/common-playbooks/glance.yml @@ -20,6 +20,7 @@ user: root environment: "{{ deployment_environment_variables | default({}) }}" vars_files: + - "../defaults/repo_packages/openstack_services.yml" - "../defaults/{{ install_method }}_install.yml" tags: - glance