LGTM, will push the patch as requested live On Thu, Oct 17, 2013 at 10:35 AM, Jose A. Lopes <[email protected]>wrote:
> Signed-off-by: Jose A. Lopes <[email protected]> > --- > src/Ganeti/HsConstants.hs | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/src/Ganeti/HsConstants.hs b/src/Ganeti/HsConstants.hs > index 30bc4f5..524d53d 100644 > --- a/src/Ganeti/HsConstants.hs > +++ b/src/Ganeti/HsConstants.hs > @@ -1656,11 +1656,9 @@ hvsParameterTitles = > (hvPassthrough, "pci_pass"), > (hvVncBindAddress, "VNC_bind_address")] > > --- | Converted from Python list or set @HVS_PARAMETERS@ > hvsParameters :: FrozenSet String > hvsParameters = ConstantUtils.mkSet $ Map.keys hvsParameterTypes > > --- | Converted from Python list or set @HVS_PARAMETER_TYPES@ > hvsParameterTypes :: Map String VType > hvsParameterTypes = Map.fromList > [ (hvAcpi, VTypeBool) > @@ -1729,7 +1727,7 @@ hvsParameterTypes = Map.fromList > , (hvViridian, VTypeBool) > , (hvVncBindAddress, VTypeString) > , (hvVncPasswordFile, VTypeString) > - , (hvVncTls, VTypeString) > + , (hvVncTls, VTypeBool) > , (hvVncX509, VTypeString) > , (hvVncX509Verify, VTypeBool) > , (hvVnetHdr, VTypeBool) > -- > 1.8.4 > > Hrvoje Ribicic Ganeti Engineering Google Germany GmbH Dienerstr. 12, 80331, München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores Steuernummer: 48/725/00206 Umsatzsteueridentifikationsnummer: DE813741370
