From b7664a2150fb745c9307fe1006e9faa449b89219 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 15 Aug 2016 14:16:21 -0400 Subject: [PATCH] ceph-dev: first item in choice needs to be the default Signed-off-by: Alfredo Deza --- ceph-dev/config/definitions/ceph-dev.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ceph-dev/config/definitions/ceph-dev.yml b/ceph-dev/config/definitions/ceph-dev.yml index 21ff0d78..bf731e18 100644 --- a/ceph-dev/config/definitions/ceph-dev.yml +++ b/ceph-dev/config/definitions/ceph-dev.yml @@ -58,9 +58,11 @@ If this is checked, then the binaries will be built and pushed to chacra even if - choice: name: FLAVOR choices: + - default - notcmalloc - blkin - description: "Type of Ceph build, choices are: notcmalloc, and blkin" + default: "default" + description: "Type of Ceph build, choices are: notcmalloc, and blkin. Defaults to: 'default'" builders: - multijob: -- 2.39.5