Revision cf96e711

b/src/Ganeti/HsConstants.hs
1139 1139
diskSeparator :: String
1140 1140
diskSeparator = AutoConf.diskSeparator
1141 1141

  
1142
ipCommandPath :: String
1143
ipCommandPath = AutoConf.ipPath
1144

  
1142 1145
-- | Key for job IDs in opcode result
1143 1146
jobIdsKey :: String
1144 1147
jobIdsKey = "jobs"
......
1338 1341
   (ndOvsName, "OpenvSwitchName"),
1339 1342
   (ndSpindleCount, "SpindleCount")]
1340 1343

  
1341
ipCommandPath :: String
1342
ipCommandPath = AutoConf.ipPath
1343 1344

  
1344 1345
-- * Reboot types
1345 1346

  
......
1355 1356
rebootTypes :: FrozenSet String
1356 1357
rebootTypes = ConstantUtils.mkSet $ map Types.rebootTypeToRaw [minBound..]
1357 1358

  
1358

  
1359

  
1360

  
1361

  
1362

  
1363

  
1364

  
1365 1359
-- * OOB supported commands
1366 1360

  
1367 1361
oobPowerOn :: String

Also available in: Unified diff