Comment 3 for bug 1693973

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

Reviewed: https://review.openstack.org/468607
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=4607ab5e530310c9f3b5bf35490c40d087340d07
Submitter: Jenkins
Branch: master

commit 4607ab5e530310c9f3b5bf35490c40d087340d07
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