Comment 4 for bug 1716625

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/pike)

Reviewed: https://review.openstack.org/509712
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=3d66de50b637caf1127de1746de4403e903570ea
Submitter: Jenkins
Branch: stable/pike

commit 3d66de50b637caf1127de1746de4403e903570ea
Author: Florian Fuchs <email address hidden>
Date: Tue Sep 12 15:50:18 2017 +0200

    Fix chown command in sudoers file

    The tripleo-common sudoers file allows an owner change on the
    validations identity file. The command is only allowed with the `-h`
    option, but this option isn't used everywhere in the code. This breaks
    validation runs started through Mistral.

    This patch changes the tripleo-common sudoers file to allow the chmod
    command with and without the `-h` option.

    Change-Id: I8770fc356a46a7a13ba3823a5d157104d08c087a
    Closes-Bug: #1716625
    (cherry picked from commit 57c9bda9bdbb67445e1bfd33ebdd686314edbc48)