Adjust client reports to use RenewerConfiguration. Fix docs.

This commit is contained in:
Jakub Warmuz
2015-06-12 17:43:19 +00:00
parent b94c3614b9
commit ad79d7c8b6
6 changed files with 37 additions and 21 deletions
-5
View File
@@ -81,11 +81,6 @@ class NamespaceConfig(object):
def rec_token_dir(self): # pylint: disable=missing-docstring
return os.path.join(self.namespace.work_dir, constants.REC_TOKEN_DIR)
@property
def renewer_config_file(self): # pylint: disable=missing-docstring
return os.path.join(
self.namespace.config_dir, constants.RENEWER_CONFIG_FILENAME)
@property
def temp_checkpoint_dir(self): # pylint: disable=missing-docstring
return os.path.join(