Comment 2 for bug 1716625

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

Reviewed: https://review.openstack.org/503002
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=57c9bda9bdbb67445e1bfd33ebdd686314edbc48
Submitter: Jenkins
Branch: master

commit 57c9bda9bdbb67445e1bfd33ebdd686314edbc48
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