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:
parent
a0976991b3
commit
40a0e8a61e
@ -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 }}"
|
||||
|
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user