From 29dbd74035cd322c3ded144e97e2da42f09e23b2 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 19 Jun 2018 13:40:48 -0400 Subject: [PATCH] [RM-24577] install: default to mimic 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 c135240..ed6faaa 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 = 'luminous' + args.release = 'mimic' args.default_release = True # XXX This whole dance is because --stable is getting deprecated -- 2.47.3