From 3e8d2e097958f5ab11dde5adbc07e68968988761 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Thu, 22 Nov 2018 12:07:15 +1000 Subject: [PATCH] qa/ceph-ansible: Move "branch" out of "vars" section This was mistakenly added to the wrong section. Signed-off-by: Brad Hubbard --- qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml b/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml index 5ca4bd6093f3..750fa6dd70ce 100644 --- a/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml +++ b/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml @@ -3,8 +3,8 @@ meta: overrides: ceph_ansible: + branch: stable-3.2 vars: - branch: stable-3.2 ceph_conf_overrides: global: osd default pool size: 2 -- 2.47.3