From cc787b8b493605b898bf8119d47f634f00737dac Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 13 Jun 2016 16:48:54 -0400 Subject: [PATCH] radosgw-agent: have some defaults to prevent null var references Signed-off-by: Alfredo Deza --- radosgw-agent/config/definitions/radosgw-agent.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/radosgw-agent/config/definitions/radosgw-agent.yml b/radosgw-agent/config/definitions/radosgw-agent.yml index cc37094b..a6a1ff56 100644 --- a/radosgw-agent/config/definitions/radosgw-agent.yml +++ b/radosgw-agent/config/definitions/radosgw-agent.yml @@ -14,10 +14,12 @@ - string: name: BRANCH description: "The git branch or tag to build" + default: master - bool: name: RELEASE description: "If checked, it will use the key for releases, otherwise it will use the autosign one." + default: true - bool: name: TEST @@ -32,6 +34,7 @@ If this is checked, then the builds will be pushed to chacra under the 'test' re If this is unchecked, then then nothing is built or pushed if they already exist in chacra. This is the default. If this is checked, then the binaries will be built and pushed to chacra even if they already exist in chacra." + default: true scm: - git: -- 2.39.5