Comment 4 for bug 1693973

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

Reviewed: https://review.openstack.org/468655
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=aee60a2439e40551b76e76d9bd0d127cbbe80945
Submitter: Jenkins
Branch: stable/ocata

commit aee60a2439e40551b76e76d9bd0d127cbbe80945
Author: Steven Dake <email address hidden>
Date: Fri May 26 21:33:17 2017 -0700

    Remove sudo operations that are no longer necessary

    set_configs.py has logic to handle chown of directories. Simplify
    the codebase by removing these unnessary chowns. Further the chowns
    cause some forms of NFS backed storage to not work properly.

    Change-Id: I8df95d06b1010778deb3e2a3065aaab26ed2eb6a
    Closes-Bug: #1693973