Skip to content

Commit

Permalink
Use python3 by default for tempest jobs
Browse files Browse the repository at this point in the history
This is part of the OpenStack community goal:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I0a688c59f0525c4cbebc295f9d0c53aa2b7660af
  • Loading branch information
hongbin committed Dec 7, 2018
1 parent e1253d6 commit 1440b2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,15 @@
devstack_localrc:
KURYR_PROCESS_EXTERNAL_CONNECTIVITY: false
KURYR_CAPABILITY_SCOPE: global
USE_PYTHON3: true
group-vars:
peers:
devstack_localrc:
KURYR_CAPABILITY_SCOPE: global
KURYR_PROCESS_EXTERNAL_CONNECTIVITY: false
KURYR_CONFIG_DIR: /etc/kuryr-libnetwork
USE_PYTHON3: true

- job:
name: zun-tempest-docker-sql
parent: zun-tempest-base
Expand Down Expand Up @@ -78,6 +81,7 @@
vars:
devstack_localrc:
ZUN_DB_TYPE: etcd
USE_PYTHON3: true

- project:
templates:
Expand Down

0 comments on commit 1440b2e

Please sign in to comment.