Comment 5 for bug 1570323

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

Reviewed: https://review.openstack.org/308927
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=e1429b90dd0c80a61a01e241fc27a569686c5552
Submitter: Jenkins
Branch: master

commit e1429b90dd0c80a61a01e241fc27a569686c5552
Author: Michael Polenchuk <email address hidden>
Date: Thu Apr 21 14:16:35 2016 +0300

    Cleanup void tcp listen options

    After Ranch (socket acceptor pool) has come into effect
    the following tcp listen options is no longer valid:
    binary, packet, reuseaddr.

    additional changes:
      - add "num_tcp_acceptors" opt with default value
      - fix "log_levels" opt
      - upstream pull request:
        https://github.com/puppetlabs/puppetlabs-rabbitmq/pull/464

    Change-Id: Ic6a9c35471fee810e8d4e1ac368c9c0bc5a21fac
    Closes-Bug: #1570323