]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test/rgw: add url to endpoints in test-rgw-multisite.sh
authorCasey Bodley <cbodley@redhat.com>
Mon, 6 May 2019 20:33:04 +0000 (16:33 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 6 May 2019 20:33:04 +0000 (16:33 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/test/rgw/test-rgw-common.sh

index 86bb62fd9c20c147cbfdf1cb9bd7af5b10b05dfd..b0f99434c84d652ffed1bca77d949077804b4fa9 100644 (file)
@@ -88,7 +88,7 @@ function init_first_zone {
   realm=$2
   zg=$3
   zone=$4
-  endpoints=$5
+  endpoints=$url:$5
 
   access_key=$6
   secret=$7
@@ -112,7 +112,7 @@ function init_zone_in_existing_zg {
   zg=$3
   zone=$4
   master_zg_zone1_port=$5
-  endpoints=$6
+  endpoints=$url:$6
 
   access_key=$7
   secret=$8
@@ -131,7 +131,7 @@ function init_first_zone_in_slave_zg {
   zg=$3
   zone=$4
   master_zg_zone1_port=$5
-  endpoints=$6
+  endpoints=$url:$6
 
   access_key=$7
   secret=$8