From 1b1e3180b9792a947410a46371cf6dcd3058a39d Mon Sep 17 00:00:00 2001 From: Travis Rhoden Date: Tue, 7 Apr 2015 17:12:02 -0400 Subject: [PATCH] change default release to Hammer Signed-off-by: Travis Rhoden --- 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 79a1c54..8665bd0 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -16,7 +16,7 @@ def sanitize_args(args): not well suited for. """ if args.release is None: - args.release = 'giant' + args.release = 'hammer' args.default_release = True # XXX This whole dance is because --stable is getting deprecated -- 2.47.3