Comment 5 for bug 1808457

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

Reviewed: https://review.openstack.org/629282
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=1b2c0c819164a53d680d048ace0242e885938716
Submitter: Zuul
Branch: stable/rocky

commit 1b2c0c819164a53d680d048ace0242e885938716
Author: Gaëtan Trellu <email address hidden>
Date: Thu Dec 13 21:58:52 2018 -0500

    Add neutron-rootwrap-daemon to neutron_sudoers

    There is no way to use neutron-rootwrap-daemon to improve Neutron
    rootwrap performance at scale with the current Neutron images.

    Using neutron-rootwrap on huge environment could have a performance
    impact on many actions and be the root cause of failure during
    instance creation.

    Operators should have the choice:
      - neutron-rootwrap
      - neutron-rootwrap-daemon

    Change-Id: I6c65cf6498364e670cc61419dc3a2c19f6fb412d
    Closes-Bug: #1808457
    (cherry picked from commit 4ed611a0bde7b44cb1a9c3c355c7f7a72e9afc94)