Comment 2 for bug 1808457

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

Reviewed: https://review.openstack.org/625141
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=4ed611a0bde7b44cb1a9c3c355c7f7a72e9afc94
Submitter: Zuul
Branch: master

commit 4ed611a0bde7b44cb1a9c3c355c7f7a72e9afc94
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