Fix to use policy.yaml
default policy file in oslo.policy library is policy.json NOT policy.yaml. So we need to set policy_file up in armada.conf to use policy.yaml Change-Id: Iad371feb2aebe712cbaa60975fec883a3f0a61ae
This commit is contained in:
parent
394819c344
commit
d59fbbbfe4
@ -131,6 +131,8 @@ conf:
|
||||
delay_auth_decision: true
|
||||
armada_api:
|
||||
bind_port: 8000
|
||||
oslo_policy:
|
||||
policy_file: "policy.yaml"
|
||||
paste:
|
||||
app:armada-api:
|
||||
paste.app_factory: armada.api.server:paste_start_armada
|
||||
|
Loading…
x
Reference in New Issue
Block a user