Change attribute of zuul projects

Upstream Zuul has changed and its _projects attribute is now accessible
as projects. Due to the change, the patch updates jobs

Change-Id: I9ce373484a85ace1e62634738d681743626a14b6
This commit is contained in:
Martin Kopec 2018-02-05 01:49:37 +00:00
parent a0976991b3
commit 40a0e8a61e
2 changed files with 2 additions and 2 deletions

View File

@ -72,4 +72,4 @@
cat {{ tempestconf_src_relative_path }}/etc/cloud_tempest.conf
vars:
tempestconf_src_relative_path: "{{ zuul._projects['git.openstack.org/openstack/python-tempestconf'].src_dir }}"
tempestconf_src_relative_path: "{{ zuul.projects['git.openstack.org/openstack/python-tempestconf'].src_dir }}"

View File

@ -64,4 +64,4 @@
cp {{ tempestconf_src_relative_path }}/etc/tempest.conf {{ devstack_base_dir }}/tempest/etc/tempest.conf
vars:
tempestconf_src_relative_path: "{{ zuul._projects['git.openstack.org/openstack/python-tempestconf'].src_dir }}"
tempestconf_src_relative_path: "{{ zuul.projects['git.openstack.org/openstack/python-tempestconf'].src_dir }}"