Comment 2 for bug 1556895

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano-agent (master)

Reviewed: https://review.openstack.org/293742
Committed: https://git.openstack.org/cgit/openstack/murano-agent/commit/?id=d8ece93ac5b2ccf1faae9fc2ae8028a9742928c4
Submitter: Jenkins
Branch: master

commit d8ece93ac5b2ccf1faae9fc2ae8028a9742928c4
Author: Stan Lagun <email address hidden>
Date: Thu Mar 17 01:23:04 2016 +0300

    Adds RMQ reconnection on first timeout after EP run

    Execution plan can modify iptables rules causing
    RabbitMQ connection to break without agent
    being notified. Thus it will just not get all subsequent
    execution plans.

    This commit reestablishes connection upon first
    5-second timeout after last executed EP so it
    it broke the connection it will be fixed in
    5 seconds.

    Change-Id: I90c8e062be8528ffd81a295a209c3ec029fc2cd8
    Closes-Bug: #1556895