From: Alfredo Deza Date: Wed, 14 Aug 2013 20:06:27 +0000 (-0400) Subject: default to dumpling for installs X-Git-Tag: v1.2.1~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4f3cdf6846d829167054d36e56866c2bc7406beb;p=ceph-deploy.git default to dumpling for installs Signed-off-by: Alfredo Deza --- 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', )