mirror of
https://github.com/ceph/ceph
synced 2025-01-11 05:29:51 +00:00
test/rgw: add url to endpoints in test-rgw-multisite.sh
Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
parent
3cb21a4d00
commit
7179536314
@ -88,7 +88,7 @@ function init_first_zone {
|
|||||||
realm=$2
|
realm=$2
|
||||||
zg=$3
|
zg=$3
|
||||||
zone=$4
|
zone=$4
|
||||||
endpoints=$5
|
endpoints=$url:$5
|
||||||
|
|
||||||
access_key=$6
|
access_key=$6
|
||||||
secret=$7
|
secret=$7
|
||||||
@ -112,7 +112,7 @@ function init_zone_in_existing_zg {
|
|||||||
zg=$3
|
zg=$3
|
||||||
zone=$4
|
zone=$4
|
||||||
master_zg_zone1_port=$5
|
master_zg_zone1_port=$5
|
||||||
endpoints=$6
|
endpoints=$url:$6
|
||||||
|
|
||||||
access_key=$7
|
access_key=$7
|
||||||
secret=$8
|
secret=$8
|
||||||
@ -131,7 +131,7 @@ function init_first_zone_in_slave_zg {
|
|||||||
zg=$3
|
zg=$3
|
||||||
zone=$4
|
zone=$4
|
||||||
master_zg_zone1_port=$5
|
master_zg_zone1_port=$5
|
||||||
endpoints=$6
|
endpoints=$url:$6
|
||||||
|
|
||||||
access_key=$7
|
access_key=$7
|
||||||
secret=$8
|
secret=$8
|
||||||
|
Loading…
Reference in New Issue
Block a user