From f64f957a34ef4361c9bfd326dfdc1d66e109e3fe Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 17 Mar 2024 22:06:35 +0900 Subject: [PATCH] Remove unused host_restart_script_dir This has been unused since the SUID binary to restart docker containers was removed[1]. [1] d60176cc2f7286257ab8d2187329943efec09bb7 Change-Id: If2050e6a8e44217536cd80504934cd4949583b0c --- storlets/gateway/gateways/container/runtime.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/storlets/gateway/gateways/container/runtime.py b/storlets/gateway/gateways/container/runtime.py index 9fe28862..80395af0 100644 --- a/storlets/gateway/gateways/container/runtime.py +++ b/storlets/gateway/gateways/container/runtime.py @@ -121,9 +121,6 @@ class RunTimePaths(object): self.host_cache_root_dir = \ conf.get('cache_dir', os.path.join(self.host_root_dir, 'cache', 'scopes')) - self.host_restart_script_dir = \ - conf.get('script_dir', - os.path.join(self.host_root_dir, 'scripts')) self.host_storlet_native_lib_dir = '/usr/local/lib/storlets' self.sandbox_storlet_native_lib_dir = '/usr/local/lib/storlets'