Ensure include group in run_phase call

Change-Id: I6a83ad4828242d8ab98161a566a29c6d1cfd4f3f
This commit is contained in:
Joshua Harlow 2014-12-22 10:58:19 -08:00
parent f9368548f5
commit 673b1c35ac

View File

@ -113,6 +113,7 @@ class InstallAction(action.Action):
run=lambda i: i.post_install(),
end=None
),
group,
instances,
"post-install",
*removals