]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-24577] install: default to mimic
authorAlfredo Deza <adeza@redhat.com>
Tue, 19 Jun 2018 17:40:48 +0000 (13:40 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 19 Jun 2018 17:40:48 +0000 (13:40 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph_deploy/install.py

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