« Previous | Next » 

Revision 6dc0cb59

ID6dc0cb590603ddf3daebec087218a4c732d88baf
Parent cd0359bc
Child 191e5c19

Added by Jose A. Lopes almost 11 years ago

Add 'daemonsPorts' and related constants

  • add 'daemonsPorts' and related constants used in the construction of
    the 'Map' that maps each daemon to its corresponding protocol and
    port. This breaks constant 'daemonsPortsGanetiNoded' which is
    automatically generated from the Python dictionary 'DAEMONS_PORTS'
  • replace reference from constant 'daemonsPortsGanetiNoded' to
    'defaultNodedPort' because constant 'daemonsPortsGanetiNoded' was a
    tuple containing the protocol and the port for node daemon, but only
    the port was needed. And because this tuple was making Haskell to
    Python constant generation more difficult, it is preferable to
    replace this tuple with the actual port and use it directly, in
    module 'Ganeti.Rpc'

Signed-off-by: Jose A. Lopes <>
Reviewed-by: Klaus Aehlig <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences