Comment 2 for bug 1449500

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano (stable/kilo)

Reviewed: https://review.openstack.org/178717
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=a79955709d4a628ef7f78fec214acd2742c69aae
Submitter: Jenkins
Branch: stable/kilo

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

    Change-Id: If96db92e38f067bfed72cfc4a3d5619de2f0fad3
    Closes-Bug: #1449500