Comment 8 for bug 1414239

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

Reviewed: https://review.openstack.org/157473
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=cf15fe0afc87a3db2ef061d5c3bdc50291778a61
Submitter: Jenkins
Branch: stable/5.1

commit cf15fe0afc87a3db2ef061d5c3bdc50291778a61
Author: Ryan Moe <email address hidden>
Date: Tue Feb 3 16:32:32 2015 -0800

    Set umask to 0022 for OCF scripts that add network namespaces

    When ns_haproxy or ns_IPaddr2 create the first network namespace
    /var/run/netns will have permissions of 751 due to the umask
    being 0026 at that time. This will cause the problems with
    Neutron agents described in the referenced bug.

    Change-Id: Ib8d1f485272ef843e935f43b1b40d7db6b0c2e78
    Closes-bug: #1414239