From b7eccfb370ad26dd161d9083da5d634f9d72c7ea Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Wed, 1 Nov 2017 14:18:05 -0700 Subject: [PATCH] Fix rest test where the global vars is not defined properly Signed-off-by: Vasu Kulkarni --- qa/suites/smoke/singleton/rest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/suites/smoke/singleton/rest.yaml b/qa/suites/smoke/singleton/rest.yaml index f99d13894d11f..151068ec4f5f1 100644 --- a/qa/suites/smoke/singleton/rest.yaml +++ b/qa/suites/smoke/singleton/rest.yaml @@ -3,7 +3,7 @@ overrides: rhbuild: '2.2' vars: ceph_conf_overrides: - global: + global: osd default pool size: 3 osd pool default pg num: 64 osd pool default pgp num: 64 -- 2.39.5