From 4a58c9f6475162e01c179067834711afa9c6de09 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 1 Mar 2018 09:42:41 -0500 Subject: [PATCH] [RM-23190] install default to luminous 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 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 -- 2.47.3