From 3002cb25b320a657c3035bebbf64eef650c45bc0 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 2 Sep 2015 08:06:03 -0400 Subject: [PATCH] radosgw-agent: normalize to DIST and ARCH on yaml config Signed-off-by: Alfredo Deza --- radosgw-agent/config/definitions/radosgw-agent.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radosgw-agent/config/definitions/radosgw-agent.yml b/radosgw-agent/config/definitions/radosgw-agent.yml index f7f008b7..9f6c7f86 100644 --- a/radosgw-agent/config/definitions/radosgw-agent.yml +++ b/radosgw-agent/config/definitions/radosgw-agent.yml @@ -33,12 +33,12 @@ axes: - axis: type: label-expression - name: Arch + name: ARCH values: - x86_64 - axis: type: label-expression - name: Dist + name: DIST values: - wheezy - precise -- 2.39.5