From 837ef70b235bd5810846c64c0de58151a21c013d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 5 Apr 2019 10:03:57 -0500 Subject: [PATCH] default to nautilus --- 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 ed6faaa..12c5f79 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -17,7 +17,7 @@ def sanitize_args(args): not well suited for. """ if args.release is None: - args.release = 'mimic' + args.release = 'nautilus' args.default_release = True # XXX This whole dance is because --stable is getting deprecated -- 2.47.3