Comment 2 for bug 1689837

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

Reviewed: https://review.openstack.org/463799
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-openstack_openrc/commit/?id=428e7c55f6c0749ea180f0b89a61cfcf2fa63452
Submitter: Jenkins
Branch: master

commit 428e7c55f6c0749ea180f0b89a61cfcf2fa63452
Author: Jason Hedden <email address hidden>
Date: Wed May 10 09:54:41 2017 -0500

    Update file and directory permissions

    Currently the clouds.yaml directory permissions are hardcoded and
    missing the execute bit. When using this role with a default location in
    /etc/openstack, normal system users are not able to read the
    configuration file.

    This commit adds variable overrides for the file and directory
    permissions, as well as correcting the directory permissions.

    Change-Id: I2380030235d455ff4dd0ea7658c7146ece60db81
    Closes-Bug: #1689837