From 51f376c776660b33e1d8c1060d23e267e85a7e70 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sun, 10 Dec 2017 23:32:39 -0600 Subject: [PATCH] switch to zuul.projects from zuul._projects Change-Id: I9f5b68e1a6f15957382deb29bc6e6bb462b86b34 --- playbooks/requirements-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/requirements-check.yaml b/playbooks/requirements-check.yaml index e4c139b255..b8b6a32c23 100644 --- a/playbooks/requirements-check.yaml +++ b/playbooks/requirements-check.yaml @@ -5,4 +5,4 @@ # with command into job-output.txt file. # Command expects the file to be at the remote system - the system # running the tests. Ask zuul variables for the path. - command: "{{ zuul._projects['git.openstack.org/openstack/requirements'].src_dir }}/playbooks/files/project-requirements-change.py {{ zuul.project.src_dir }} {{ zuul.branch }}" + command: "{{ zuul.projects['git.openstack.org/openstack/requirements'].src_dir }}/playbooks/files/project-requirements-change.py {{ zuul.project.src_dir }} {{ zuul.branch }}"