commit 7f80b93b7fb742e065e5eff72b790dd1552edb62
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.
Reviewed: https:/ /review. openstack. org/157475 /git.openstack. org/cgit/ stackforge/ fuel-library/ commit/ ?id=7f80b93b7fb 742e065e5eff72b 790dd1552edb62
Committed: https:/
Submitter: Jenkins
Branch: stable/5.0
commit 7f80b93b7fb742e 065e5eff72b790d d1552edb62
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: Ib8d1f485272ef8 43e935f43b1b40d 7db6b0c2e78
Closes-bug: #1414239