[CRIU] [p.haul] [PATCH 2/2] runc: add run_action_script function
Veronika Kabatova
vkabatov at redhat.com
Tue Feb 21 06:53:27 PST 2017
Signed-off-by: Veronika Kabatova <vkabatov at redhat.com>
---
phaul/p_haul_runc.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/phaul/p_haul_runc.py b/phaul/p_haul_runc.py
index 06aa862..1e4e112 100644
--- a/phaul/p_haul_runc.py
+++ b/phaul/p_haul_runc.py
@@ -264,3 +264,6 @@ class p_haul_type(object):
def veths(self):
return self._veths
+
+ def run_action_scripts(self, stage):
+ pass
--
2.7.4
More information about the CRIU
mailing list