Introduce new module for IP pool management
[ganeti-local] / lib / errors.py
index 444c2d0..d416653 100644 (file)
@@ -123,6 +123,12 @@ class ConfigVersionMismatch(ConfigurationError):
   """
 
 
+class AddressPoolError(GenericError):
+  """Errors related to IP address pools.
+
+  """
+
+
 class ReservationError(GenericError):
   """Errors reserving a resource.