From: Sage Weil Date: Fri, 5 Apr 2019 15:03:57 +0000 (-0500) Subject: default to nautilus X-Git-Tag: v2.1.0~22^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=837ef70b235bd5810846c64c0de58151a21c013d;p=ceph-deploy.git default to nautilus --- 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