X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=fuel%2Fdeploy%2Fcloud%2Fconfigure_nodes.py;h=e76d222c08232b185c2d3f5ea8c3cfd7af1eb727;hb=d72aa3b7da9f9e2eb5bd0690be58365027a70f0a;hp=06199d2608fda7d84dcf981e6e09b7c165c4a102;hpb=282a53a0d531fb39bd39d5c6673c72f240feb9d7;p=genesis.git diff --git a/fuel/deploy/cloud/configure_nodes.py b/fuel/deploy/cloud/configure_nodes.py index 06199d2..e76d222 100644 --- a/fuel/deploy/cloud/configure_nodes.py +++ b/fuel/deploy/cloud/configure_nodes.py @@ -88,7 +88,7 @@ class ConfigureNodes(object): interface_yaml = ('%s/node_%s/interfaces.yaml' % (self.yaml_config_dir, node_id)) check_file_exists(interface_yaml) - backup(interface_yaml) + backup('%s/node_%s' % (self.yaml_config_dir, node_id)) with io.open(interface_yaml) as stream: interfaces = yaml.load(stream)