Revision 7b4bde57 src/Ganeti/Path.hs

b/src/Ganeti/Path.hs
46 46
  , jobQueueArchiveSubDir
47 47
  , instanceReasonDir
48 48
  , getInstReasonFilename
49
  , jqueueExecutorPy
49 50
  ) where
50 51

  
51 52
import System.FilePath
......
164 165
-- instance name.
165 166
getInstReasonFilename :: String -> IO FilePath
166 167
getInstReasonFilename instName = instanceReasonDir `pjoin` instName
168

  
169
-- | The path to the Python executable for starting jobs.
170
jqueueExecutorPy :: IO FilePath
171
jqueueExecutorPy = return $ versionedsharedir
172
                            </> "ganeti" </> "jqueue" </> "exec.py"

Also available in: Unified diff