From 99a329e96debe4723e5f58dab4a705359d03d5a6 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 20 Aug 2019 14:19:59 -0400 Subject: [PATCH] vstart: move [client.rgw] config into [client] common rgw config was moved into [client.rgw] with the intent to cover radosgw in multisite tests too, but this broke the default case where radosgws are named after [client.rgw.port]. move the common stuff to [client] so it does actually apply to both Fixes: https://tracker.ceph.com/issues/41212 Signed-off-by: Casey Bodley --- src/vstart.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vstart.sh b/src/vstart.sh index 0001302ccee..ffe43fda146 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -655,7 +655,6 @@ EOF log file = $CEPH_OUT_DIR/\$name.\$pid.log admin socket = $CEPH_ASOK_DIR/\$name.\$pid.asok -[client.rgw] ; needed for s3tests rgw crypt s3 kms encryption keys = testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo= rgw crypt require ssl = false -- 2.47.3