From: Alfredo Deza Date: Thu, 1 Mar 2018 14:42:41 +0000 (-0500) Subject: [RM-23190] install default to luminous X-Git-Tag: v2.0.1~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4a58c9f6475162e01c179067834711afa9c6de09;p=ceph-deploy.git [RM-23190] install default to luminous Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index b0fd6e6..c135240 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 = 'jewel' + args.release = 'luminous' args.default_release = True # XXX This whole dance is because --stable is getting deprecated