File tree 1 file changed +11
-12
lines changed
1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 12
12
13
13
# Remove specified keys
14
14
STORAGE_ONLY_KEYS = [
15
- 'static_erasure' ,
16
- 'host_configs' ,
17
- 'nameservice_config' ,
18
- 'blob_storage_config' ,
19
- 'hosts'
15
+ 'static_erasure' ,
16
+ 'host_configs' ,
17
+ 'nameservice_config' ,
18
+ 'blob_storage_config' ,
19
+ 'hosts'
20
20
]
21
21
22
22
@@ -56,13 +56,12 @@ def dynamic_simple(self):
56
56
57
57
class YamlConfigurator (object ):
58
58
def __init__ (
59
- self ,
60
- cluster_path : os .PathLike ,
61
- out_dir : os .PathLike ,
62
- bin_path : os .PathLike ,
63
- compressed_bin_path : os .PathLike ,
64
- config_path : os .PathLike ,
65
- ):
59
+ self ,
60
+ cluster_path : os .PathLike ,
61
+ out_dir : os .PathLike ,
62
+ bin_path : os .PathLike ,
63
+ compressed_bin_path : os .PathLike ,
64
+ config_path : os .PathLike ):
66
65
# walle provider is not used
67
66
# use config_path instad of cluster_path
68
67
self .cluster_description = cluster_description .ClusterDetails (config_path , None )
You can’t perform that action at this time.
0 commit comments