Revision 29a30533 htools/Ganeti/HTools/Program/Hbal.hs

b/htools/Ganeti/HTools/Program/Hbal.hs
63 63

  
64 64
-- | Options list and functions.
65 65
options :: IO [OptType]
66
options =
66
options = do
67
  luxi <- oLuxiSocket
67 68
  return
68 69
    [ oPrintNodes
69 70
    , oPrintInsts
......
71 72
    , oDataFile
72 73
    , oEvacMode
73 74
    , oRapiMaster
74
    , oLuxiSocket
75
    , luxi
75 76
    , oIAllocSrc
76 77
    , oExecJobs
77 78
    , oGroup

Also available in: Unified diff