From 978a9f16c364012ed963991a2133c61bac5737ff Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 21 Apr 2016 18:54:38 -0400 Subject: [PATCH] install: default to jewel Signed-off-by: Sage Weil --- 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 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 -- 2.47.3