From 4cf7f97981fddbdc93b4f443cb44dcf72da34451 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Tue, 22 Jan 2019 12:37:02 -0500 Subject: [PATCH] Run cephfs jobs under py3 Change-Id: Ic9e04c6e8746ae9b017b0cf7a13763caf4e7b140 --- .../legacy/manila-tempest-minimal-dsvm-cephfs-native/run.yaml | 2 ++ .../legacy/manila-tempest-minimal-dsvm-cephfs-nfs/run.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-native/run.yaml b/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-native/run.yaml index 424c45fc70..af5eba49cb 100644 --- a/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-native/run.yaml +++ b/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-native/run.yaml @@ -70,6 +70,8 @@ OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,tempest export OVERRIDE_ENABLED_SERVICES + export DEVSTACK_GATE_USE_PYTHON3=True + function pre_test_hook { # Configure Manila with a CephFS Native or NFS driver backend. # Refer to job-template pre_test_hook for more details on the diff --git a/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-nfs/run.yaml b/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-nfs/run.yaml index 4b77e59b90..c0b5ccba38 100644 --- a/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-nfs/run.yaml +++ b/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-nfs/run.yaml @@ -70,6 +70,8 @@ OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,tempest export OVERRIDE_ENABLED_SERVICES + export DEVSTACK_GATE_USE_PYTHON3=True + function pre_test_hook { # Configure Manila with a CephFS Native or NFS driver backend. # Refer to job-template pre_test_hook for more details on the