Show More
@@ -139,8 +139,8 class ClusterDir(Configurable): | |||
|
139 | 139 | |
|
140 | 140 | def copy_all_config_files(self, path=None, overwrite=False): |
|
141 | 141 | """Copy all config files into the active cluster directory.""" |
|
142 | for f in [u'ipcontroller_config.py', u'ipengine_config.py', | |
|
143 | u'ipcluster_config.py']: | |
|
142 | for f in [u'ipcontrollerz_config.py', u'ipenginez_config.py', | |
|
143 | u'ipclusterz_config.py']: | |
|
144 | 144 | self.copy_config_file(f, path=path, overwrite=overwrite) |
|
145 | 145 | |
|
146 | 146 | @classmethod |
General Comments 0
You need to be logged in to leave comments.
Login now