Comment 3 for bug 1360298

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

Reviewed: https://review.openstack.org/116299
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=3ebeaefe2c7057403e14357762b82b21afa2122c
Submitter: Jenkins
Branch: master

commit 3ebeaefe2c7057403e14357762b82b21afa2122c
Author: Matthew Mosesohn <email address hidden>
Date: Fri Aug 22 18:41:00 2014 +0400

    Reload iptables after purging rules, add rsyslog to post_start_hooks

    In some cases, rsyslog would only unmasquerade UDP connections
    and not TCP connections, causing issues with deployment.

    This commit includes fixes for purging old iptables
    rules that run into race conditions, as well as a fix
    for grep to include '--' to handle strings that
    start with dash.

    Change-Id: I3913cb2ebd7fee42039e280f676b80f8f36e1841
    Closes-Bug: #1360298