From: Xiubo Li Date: Mon, 20 Apr 2020 05:54:10 +0000 (-0400) Subject: qa/volume_client: switch to use python3 X-Git-Tag: v16.1.0~2504^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3441261346c8ffb2a8b0a781fc3627f9cb74b966;p=ceph.git qa/volume_client: switch to use python3 Currently for the ceph_volume_client in pybind only the python3 is support. Signed-off-by: Xiubo Li --- diff --git a/qa/workunits/fs/upgrade/volume_client b/qa/workunits/fs/upgrade/volume_client index 37ee954cbb24..b3b6dd3e1cfe 100755 --- a/qa/workunits/fs/upgrade/volume_client +++ b/qa/workunits/fs/upgrade/volume_client @@ -2,7 +2,7 @@ set -ex -PYTHON="python2" +PYTHON="python3" function run_payload { local payload="$1"