From 034063b21d6e674839205274e26bc6a8a904d00a Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 14 May 2015 08:16:52 -0400 Subject: [PATCH] remove --release flag as it is not longer needed for custom repos Signed-off-by: Alfredo Deza --- ceph_deploy/calamari.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ceph_deploy/calamari.py b/ceph_deploy/calamari.py index 25b574d..342cb6b 100644 --- a/ceph_deploy/calamari.py +++ b/ceph_deploy/calamari.py @@ -91,16 +91,6 @@ def make(parser): ], ) - parser.add_argument( - '--release', - nargs='?', - metavar='CODENAME', - help="Use a given release from repositories\ - defined in ceph-deploy's configuration. Defaults to\ - 'calamari-minion'", - - ) - parser.add_argument( '--master', nargs='?', -- 2.47.3