Revision 4b63dc7a lib/config.py

b/lib/config.py
67 67

  
68 68
  """
69 69
  if data.version != constants.CONFIG_VERSION:
70
    raise errors.ConfigurationError("Cluster configuration version"
71
                                    " mismatch, got %s instead of %s" %
72
                                    (data.version,
73
                                     constants.CONFIG_VERSION))
70
    raise errors.ConfigVersionMismatch(constants.CONFIG_VERSION, data.version)
74 71

  
75 72

  
76 73
class TemporaryReservationManager:

Also available in: Unified diff