From: Alfredo Deza Date: Tue, 12 Nov 2013 18:33:44 +0000 (-0500) Subject: default to emperor when installing X-Git-Tag: v1.3.2~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5af10f42cb90e10eda34c7cb0fdcb0fdbfa5675f;p=ceph-deploy.git default to emperor when installing Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index e9003f2..a7d72d8 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -212,7 +212,7 @@ def make(parser): version.set_defaults( func=install, - stable='dumpling', + stable='emperor', dev='master', version_kind='stable', adjust_repos=True,