commit a79955709d4a628ef7f78fec214acd2742c69aae
Author: Stan Lagun <email address hidden>
Date: Wed Apr 29 18:08:51 2015 +0300
Execute pre/post deployment hooks on GC
Currently pre/post deployment are invoked only for
deployment (actions). Those hooks are used to stop
AgentListener. But they were not executed for GC
phase that could also start AgentListener. As a result
we could get 2 AgentListeners running and stealing
messages from each other
Reviewed: https:/ /review. openstack. org/178717 /git.openstack. org/cgit/ openstack/ murano/ commit/ ?id=a79955709d4 a628ef7f78fec21 4acd2742c69aae
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit a79955709d4a628 ef7f78fec214acd 2742c69aae
Author: Stan Lagun <email address hidden>
Date: Wed Apr 29 18:08:51 2015 +0300
Execute pre/post deployment hooks on GC
Currently pre/post deployment are invoked only for
deployment (actions). Those hooks are used to stop
AgentListener. But they were not executed for GC
phase that could also start AgentListener. As a result
we could get 2 AgentListeners running and stealing
messages from each other
Change-Id: If96db92e38f067 bfed72cfc4a3d56 19de2f0fad3
Closes-Bug: #1449500