15 Feb
2024
15 Feb
'24
8:03 p.m.
Hi everyone, Just wanted to share a tip regarding policy files in Nova. As of version 22.0.0 (Victoria), JSON-formatted policy files are no longer supported. I found that switching to a YAML-formatted policy file located in /etc/kolla/config did the trick. Here's the content I used in policy.yml: context_is_admin: "role:admin" service_api: "role:service" create_port_binding: "rule:service_api" This resolved the problem for me, and I hope it helps others who might be facing the same deprecation challenge.