diff options
author | John Fulton <fulton@redhat.com> | 2017-08-09 17:07:40 -0400 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-08-14 21:26:25 +0000 |
commit | 6d1c06c6b8cbc1f183fe4de794d30d3000218237 (patch) | |
tree | 4014608a9461856c0637616c5c1644c523ae84f1 | |
parent | 4dabd2c487d998caf43fcee9f906ba27985242f6 (diff) |
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
-rw-r--r-- | docker/services/ceph-ansible/ceph-base.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docker/services/ceph-ansible/ceph-base.yaml b/docker/services/ceph-ansible/ceph-base.yaml index 85fe0608..f6601212 100644 --- a/docker/services/ceph-ansible/ceph-base.yaml +++ b/docker/services/ceph-ansible/ceph-base.yaml @@ -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: |