Comment 8 for bug 1759552

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to openstack-ansible-os_glance (master)

Reviewed: https://review.openstack.org/634110
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_glance/commit/?id=414df67f868867d1b95a4e8c0b4d2f4a30923595
Submitter: Zuul
Branch: master

commit 414df67f868867d1b95a4e8c0b4d2f4a30923595
Author: Juri Hudolejev <email address hidden>
Date: Thu Jan 31 09:31:25 2019 +0200

    Fix Glance NFS mount point ownership

    Glance NFS mounts are owned by `root` and are not writable by `glance`
    user. Proposed change sets the `glance_nfs_client.local_path`
    directory ownership to
    `glance_system_user_name:glance_system_group_name` so that
    Glance can write to that.

    Change-Id: I226827d4f44da098961b16fd4450104d7a367205
    Closes-Bug: 1813300
    Related-Bug: 1759552