From 75060d50c27329df9f222cb9932ef84a5aed4f59 Mon Sep 17 00:00:00 2001 From: Kalpesh Date: Tue, 20 Apr 2021 16:37:29 +0530 Subject: [PATCH] src/test: Removing unrecognized option from bootstrap file Removing '--distribute' option from a command in bootstrap file which seemed to be the reason of failure in: http://qa-proxy.ceph.com/teuthology/dang-2021-04-19_12:28:43-rgw-wip-dang-zipper-sysobj-distro-basic-smithi/6059513/teuthology.log Signed-off-by: Kalpesh Pandya --- src/test/rgw/bucket_notification/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/rgw/bucket_notification/bootstrap b/src/test/rgw/bucket_notification/bootstrap index c833622b6909..3eafe297c213 100755 --- a/src/test/rgw/bucket_notification/bootstrap +++ b/src/test/rgw/bucket_notification/bootstrap @@ -25,7 +25,7 @@ if [ -f /etc/redhat-release ]; then fi fi -virtualenv -p python3 --system-site-packages --distribute virtualenv +virtualenv -p python3 --system-site-packages virtualenv # avoid pip bugs ./virtualenv/bin/pip install --upgrade pip -- 2.47.3