Merge "Fix "key_repository is world readable: /etc/keystone/fernet-keys/" warning"

This commit is contained in:
Jenkins 2017-09-26 19:17:36 +00:00 committed by Gerrit Code Review
commit b84a4427e5

View File

@ -45,6 +45,11 @@
{ {
"path": "/var/log/kolla/keystone/keystone.log", "path": "/var/log/kolla/keystone/keystone.log",
"owner": "keystone:keystone" "owner": "keystone:keystone"
},
{
"path": "/etc/keystone/fernet-keys",
"owner": "keystone:keystone",
"perm": "0770"
} }
] ]
} }