aboutsummaryrefslogtreecommitdiff
path: root/rlite_support.py
diff options
context:
space:
mode:
Diffstat (limited to 'rlite_support.py')
-rw-r--r--rlite_support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rlite_support.py b/rlite_support.py
index b34a2b1..ac1f081 100644
--- a/rlite_support.py
+++ b/rlite_support.py
@@ -44,7 +44,7 @@ class RLITEExperiment(rhumba.Experiment):
def run(self):
print("[RLITE experiment] start")
- self.realize()
+ self.swap_in()
print("Setting up rlite on the nodes...")
self.setup()
print("[RLITE experiment] end")