From 8c37305021d4df268c4d4479c735337cf54d5bfc Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Tue, 25 Jul 2017 21:54:14 -0400 Subject: [PATCH] Remove left over param Param was left by mistake. Change-Id: Ib19a4f15dd85615b1260e4152ce4cd0130e29bbd Related-Change: Change-Id: I13188d42ec19e32e4420739eacd1e5b454af2ae3 --- swift/common/storage_policy.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/swift/common/storage_policy.py b/swift/common/storage_policy.py index 36a9fde0d3..0e62c7e92d 100644 --- a/swift/common/storage_policy.py +++ b/swift/common/storage_policy.py @@ -925,10 +925,6 @@ class StoragePolicySingleton(object): def reload_storage_policies(): """ Reload POLICIES from ``swift.conf``. - - :param swift_conf_dir: non-default directory to read swift.conf from - This is by default /etc/swift/swift.conf. If given, - it will also trigger a re-validation of swift.conf """ global _POLICIES policy_conf = ConfigParser()