From 5af10f42cb90e10eda34c7cb0fdcb0fdbfa5675f Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 12 Nov 2013 13:33:44 -0500 Subject: [PATCH] default to emperor when installing 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 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, -- 2.47.3