Revision 2b4e194e

b/src/Ganeti/HsConstants.hs
1601 1601
   (hvPassthrough, "pci_pass"),
1602 1602
   (hvVncBindAddress, "VNC_bind_address")]
1603 1603

  
1604
-- | Converted from Python list or set @HVS_PARAMETERS@
1605 1604
hvsParameters :: FrozenSet String
1606 1605
hvsParameters = ConstantUtils.mkSet $ Map.keys hvsParameterTypes
1607 1606

  
1608
-- | Converted from Python list or set @HVS_PARAMETER_TYPES@
1609 1607
hvsParameterTypes :: Map String VType
1610 1608
hvsParameterTypes = Map.fromList
1611 1609
  [ (hvAcpi,                            VTypeBool)
......
1674 1672
  , (hvViridian,                        VTypeBool)
1675 1673
  , (hvVncBindAddress,                  VTypeString)
1676 1674
  , (hvVncPasswordFile,                 VTypeString)
1677
  , (hvVncTls,                          VTypeString)
1675
  , (hvVncTls,                          VTypeBool)
1678 1676
  , (hvVncX509,                         VTypeString)
1679 1677
  , (hvVncX509Verify,                   VTypeBool)
1680 1678
  , (hvVnetHdr,                         VTypeBool)

Also available in: Unified diff