Set file mode permission of Ceph keyrings
authorJohn Fulton <fulton@redhat.com>
Wed, 9 Aug 2017 21:07:40 +0000 (17:07 -0400)
committerEmilien Macchi <emilien@redhat.com>
Mon, 14 Aug 2017 21:26:25 +0000 (21:26 +0000)
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

docker/services/ceph-ansible/ceph-base.yaml

index 85fe060..f660121 100644 (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: