Merge "Check policy of resource type again"

This commit is contained in:
Jenkins 2016-09-15 03:53:39 +00:00 committed by Gerrit Code Review
commit da3dc8dc3c
1 changed files with 1 additions and 0 deletions

View File

@ -1400,6 +1400,7 @@ class EngineService(service.Service):
# reload the stack from the database.
st = self._get_stack(cnxt, stack_identity)
stack = parser.Stack.load(cnxt, stack=st)
self.resource_enforcer.enforce_stack(stack)
self.thread_group_mgr.start_with_lock(cnxt, stack, self.engine_id,
stack.delete)