]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/multisite/test: passzero (no) ssl port to mrgw.sh 44502/head
authorYuval Lifshitz <ylifshit@redhat.com>
Sun, 9 Jan 2022 16:27:40 +0000 (18:27 +0200)
committerYuval Lifshitz <ylifshit@redhat.com>
Sun, 9 Jan 2022 16:27:40 +0000 (18:27 +0200)
in multisite tests script.
this is to fix an issue from: 1f3fbf218faa4859f02917828dbdb48be41a579a

Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
src/test/rgw/test-rgw-common.sh

index d88148544f9a132fc9419ac9cda35b86510377eb..e7f5a862bdf220eff109f11d75bef9299ea2df7f 100644 (file)
@@ -80,9 +80,10 @@ function rgw {
 
   name=$1
   port=$2
+  ssl_port=0 #ssl port not used
   shift 2
 
-  echo "$mrgw $name $port $rgw_flags $@"
+  echo "$mrgw $name $port $ssl_port $rgw_flags $@"
 }
 
 function init_first_zone {