HooksAbort is raised, but not documented.
Signed-off-by: Luca Bigliardi <[email protected]>
---
lib/mcpu.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/mcpu.py b/lib/mcpu.py
index 72e9b03..5ee50fa 100644
--- a/lib/mcpu.py
+++ b/lib/mcpu.py
@@ -343,6 +343,7 @@ class HooksMaster(object):
@param nodes: overrides the predefined list of nodes for the given phase
@return: the processed results of the hooks multi-node rpc call
@raise errors.HooksFailure: on communication failure to the nodes
+ @raise errors.HooksAbort: on failure of one of the hooks
"""
if not self.node_list[phase] and not nodes:
--
1.5.4.3