Merge "Remove unused host_restart_script_dir"

This commit is contained in:
Zuul 2024-03-17 16:10:32 +00:00 committed by Gerrit Code Review
commit 0b5cb8b368
1 changed files with 0 additions and 3 deletions

View File

@ -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'