From afd5f9c6b73b4d29d82ab85de680b4cd25e6a192 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Wed, 17 Jun 2015 13:59:11 +0530 Subject: [PATCH] Defined hooks in stack install class --- ee/cli/plugins/stack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index f4066638..05778e5b 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -49,6 +49,7 @@ class EEStackController(CementBaseController): stacked_on = 'base' stacked_type = 'nested' description = 'Stack command manages stack operations' + define_hooks = ['stack_install_hook', 'stack_remove_hook'] arguments = [ (['--all'], dict(help='Install all stack', action='store_true')),