From: Alfredo Deza Date: Tue, 19 Jun 2018 17:40:48 +0000 (-0400) Subject: [RM-24577] install: default to mimic X-Git-Tag: v2.0.1~1^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=29dbd74035cd322c3ded144e97e2da42f09e23b2;p=ceph-deploy.git [RM-24577] install: default to mimic Signed-off-by: Alfredo Deza --- 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