Skip to content
Snippets Groups Projects
Commit e1ab08db authored by Stephen Shirley's avatar Stephen Shirley Committed by Iustin Pop
Browse files

Open other clusters' config in foreign mode


Signed-off-by: default avatarStephen Shirley <diamond@google.com>
Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent caedacde
No related branches found
No related tags found
No related merge requests found
...@@ -263,7 +263,7 @@ class Merger(object): ...@@ -263,7 +263,7 @@ class Merger(object):
fake_ec_id = 0 # Needs to be uniq over the whole config merge fake_ec_id = 0 # Needs to be uniq over the whole config merge
for data in self.merger_data: for data in self.merger_data:
other_config = config.ConfigWriter(data.config_path) other_config = config.ConfigWriter(data.config_path, accept_foreign=True)
for node in other_config.GetNodeList(): for node in other_config.GetNodeList():
node_info = other_config.GetNodeInfo(node) node_info = other_config.GetNodeInfo(node)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment