aboutsummaryrefslogtreecommitdiff
path: root/rlite_support.py
diff options
context:
space:
mode:
authorVincenzo Maffione <v.maffione@gmail.com>2017-02-06 21:33:04 +0100
committerVincenzo Maffione <v.maffione@gmail.com>2017-02-06 21:33:04 +0100
commit64782b938b12a9c0f7b7bb7a152091f62e4db3a6 (patch)
treea10243885e19213dcee3cd132990b1c96b7e755d /rlite_support.py
parent896c79348ef28d907fcb571995c54c947f4b5c75 (diff)
downloadrumba-64782b938b12a9c0f7b7bb7a152091f62e4db3a6.tar.gz
rumba-64782b938b12a9c0f7b7bb7a152091f62e4db3a6.zip
rhumba: realize --> swap_in, fix double definition in IRATI class
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")