Set file mode permission of Ceph keyrings

Pass mode parameter to ceph-ansible in place of ACLs parameter
because ACLs are not for same UID in container as container host
and because ACLs are not passed by kolla_config.

Change-Id: I7e3433eab8e2a62963b623531f223d5abd301d16
Closes-Bug: #1709683
This commit is contained in:
John Fulton 2017-08-09 17:07:40 -04:00 committed by Emilien Macchi
parent 4dabd2c487
commit 6d1c06c6b8
1 changed files with 1 additions and 5 deletions

View File

@ -186,11 +186,7 @@ outputs:
CINDERBACKUP_POOL: {get_param: CinderBackupRbdPoolName}
GLANCE_POOL: {get_param: GlanceRbdPoolName}
GNOCCHI_POOL: {get_param: GnocchiRbdPoolName}
acls:
- "u:glance:r--"
- "u:nova:r--"
- "u:cinder:r--"
- "u:gnocchi:r--"
mode: "0644"
keys: *openstack_keys
pools: []
ceph_conf_overrides: