From: Sage Weil Date: Thu, 21 Apr 2016 22:54:38 +0000 (-0400) Subject: install: default to jewel X-Git-Tag: v1.5.33~2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F396%2Fhead;p=ceph-deploy.git install: default to jewel Signed-off-by: Sage Weil --- diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index 2103864..4449de3 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 = 'infernalis' + args.release = 'jewel' args.default_release = True # XXX This whole dance is because --stable is getting deprecated