Remove left over param

Param was left by mistake.

Change-Id: Ib19a4f15dd85615b1260e4152ce4cd0130e29bbd
Related-Change: Change-Id: I13188d42ec19e32e4420739eacd1e5b454af2ae3
This commit is contained in:
Thiago da Silva 2017-07-25 21:54:14 -04:00
parent e71064b38c
commit 8c37305021
1 changed files with 0 additions and 4 deletions

View File

@ -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()