diff options
author | Casey Bodley <cbodley@redhat.com> | 2019-05-06 22:33:04 +0200 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2019-05-06 22:33:04 +0200 |
commit | 717953631453063d7678ca6cffa785bfdcba3e12 (patch) | |
tree | 6714232886647fb23ef83a35424b648c4c12d048 /src/test/rgw/test-rgw-common.sh | |
parent | test/rgw: add bash variable for url (diff) | |
download | ceph-717953631453063d7678ca6cffa785bfdcba3e12.tar.xz ceph-717953631453063d7678ca6cffa785bfdcba3e12.zip |
test/rgw: add url to endpoints in test-rgw-multisite.sh
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'src/test/rgw/test-rgw-common.sh')
-rw-r--r-- | src/test/rgw/test-rgw-common.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/rgw/test-rgw-common.sh b/src/test/rgw/test-rgw-common.sh index 86bb62fd9c2..b0f99434c84 100644 --- a/src/test/rgw/test-rgw-common.sh +++ b/src/test/rgw/test-rgw-common.sh @@ -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 |