Revision 0e09422b htools/Ganeti/HTools/Instance.hs

b/htools/Ganeti/HTools/Instance.hs
63 63
    , idx          :: T.Idx     -- ^ Internal index
64 64
    , util         :: T.DynUtil -- ^ Dynamic resource usage
65 65
    , movable      :: Bool      -- ^ Can the instance be moved?
66
    , auto_balance :: Bool      -- ^ Is the instance auto-balanced?
66
    , autoBalance  :: Bool      -- ^ Is the instance auto-balanced?
67 67
    , tags         :: [String]  -- ^ List of instance tags
68 68
    } deriving (Show, Read)
69 69

  
......
107 107
             , util = T.baseUtil
108 108
             , tags = tags_init
109 109
             , movable = True
110
             , auto_balance = auto_balance_init
110
             , autoBalance = auto_balance_init
111 111
             }
112 112

  
113 113
-- | Changes the index.

Also available in: Unified diff