From: Travis Rhoden Date: Wed, 19 Nov 2014 14:42:07 +0000 (-0500) Subject: default to giant when installing X-Git-Tag: v1.5.21~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F252%2Fhead;p=ceph-deploy.git default to giant when installing Fixes: 10137 Signed-off-by: Travis Rhoden --- diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index 2cb0016..538c277 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -398,7 +398,7 @@ def make(parser): version.set_defaults( func=install, stable=None, # XXX deprecated in favor of release - release='firefly', + release='giant', dev='master', version_kind='stable', adjust_repos=True,