summaryrefslogtreecommitdiffstats
path: root/fuel/deploy/cloud/configure_nodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'fuel/deploy/cloud/configure_nodes.py')
-rw-r--r--fuel/deploy/cloud/configure_nodes.py2
1 files changed, 1 insertions, 1 deletions
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)