]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw.yaml: keep the client.0 key even if empty
authorLoic Dachary <loic@dachary.org>
Fri, 15 Aug 2014 19:22:57 +0000 (21:22 +0200)
committerLoic Dachary <loic@dachary.org>
Fri, 15 Aug 2014 20:06:11 +0000 (22:06 +0200)
Because rgw.py iterates over it to run the rgw server. If it is removed
the rgw servers are not run and all fails.

Signed-off-by: Loic Dachary <loic@dachary.org>
suites/upgrade/dumpling-x/stress-split/9-workload/rgw-s3tests.yaml
suites/upgrade/firefly-x/stress-split/9-workload/rgw-s3tests.yaml

index 697ff979e6fe066b9ccfd8509a0003499a44aa67..e44546dbcaa644e02f49a7b477f63eb91404b352 100644 (file)
@@ -1,6 +1,7 @@
 tasks:
 - rgw:
     default_idle_timeout: 300
+    client.0:
 - swift:
     client.0:
       rgw_server: client.0
index 697ff979e6fe066b9ccfd8509a0003499a44aa67..e44546dbcaa644e02f49a7b477f63eb91404b352 100644 (file)
@@ -1,6 +1,7 @@
 tasks:
 - rgw:
     default_idle_timeout: 300
+    client.0:
 - swift:
     client.0:
       rgw_server: client.0