Revision 0359e5d0 src/Ganeti/OpParams.hs

b/src/Ganeti/OpParams.hs
129 129
  , pIpolicy
130 130
  , pDrbdHelper
131 131
  , pDefaultIAllocator
132
  , pDefaultIAllocatorParams
132 133
  , pMasterNetdev
133 134
  , pMasterNetmask
134 135
  , pReservedLvs
......
667 668
  withDoc "Default iallocator for cluster" $
668 669
  optionalStringField "default_iallocator"
669 670

  
671
pDefaultIAllocatorParams :: Field
672
pDefaultIAllocatorParams =
673
  withDoc "Default iallocator parameters for cluster" . optionalField
674
    $ simpleField "default_iallocator_params" [t| JSObject JSValue |]
675

  
670 676
pMasterNetdev :: Field
671 677
pMasterNetdev =
672 678
  withDoc "Master network device" $

Also available in: Unified diff