From 4f3cdf6846d829167054d36e56866c2bc7406beb Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 14 Aug 2013 16:06:27 -0400 Subject: [PATCH] default to dumpling for installs Signed-off-by: Alfredo Deza --- ceph_deploy/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index a4f318a..5f68284 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -317,7 +317,7 @@ def make(parser): version.set_defaults( func=install, - stable='cuttlefish', + stable='dumpling', dev='master', version_kind='stable', ) -- 2.47.3