Fix policy configuration
Since cinder moved to policy-in-code, oslopolicy-policy-generator must be used to compile a policy file that can be distributed to Horizon for policy settings. For cinder, it will only output its default policy unless cinder.conf contains an oslo_policy configuration section pointing to the policy config file. Change-Id: I66a76fdb30ae6afd8a8faf4119bef495600aec50
This commit is contained in:
parent
69a77bce05
commit
dbaf649e0c
@ -162,3 +162,7 @@ memcache_secret_key = {{ memcached_encryption_key }}
|
||||
[nova]
|
||||
interface = internal
|
||||
insecure = {{ keystone_service_internaluri_insecure | bool }}
|
||||
|
||||
[oslo_policy]
|
||||
policy_file = /etc/cinder/policy.json
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user