]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/rgw.py: start Apache before RadosGW. 13846/head
authorRadoslaw Zarzynski <rzarzynski@mirantis.com>
Tue, 7 Mar 2017 16:31:52 +0000 (17:31 +0100)
committerRadoslaw Zarzynski <rzarzynski@mirantis.com>
Tue, 7 Mar 2017 16:31:52 +0000 (17:31 +0100)
commit6440750f539c1f14c252db43de06ae11b254f778
treef02a057dbd83f460e8cc4e65c87b3bc1486d5244
parent3f5269d8b5ddfe4694af452103f0a811fcf76bb4
qa/tasks/rgw.py: start Apache before RadosGW.

At the end of start_rgw() we wait till establishing HTTP connections
with RadosGW become possible. However, if RadosGW uses the FastCGI,
the condition can't be fulfilled without spawning HTTP server first.

Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
qa/tasks/rgw.py