]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-23190] install default to luminous 468/head
authorAlfredo Deza <adeza@redhat.com>
Thu, 1 Mar 2018 14:42:41 +0000 (09:42 -0500)
committerAlfredo Deza <adeza@redhat.com>
Thu, 1 Mar 2018 14:42:41 +0000 (09:42 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph_deploy/install.py

index b0fd6e680da0f87cc248520306a6ebd8fbfc8d18..c13524071215155d6947389662d6baf6ac05e33e 100644 (file)
@@ -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