Disable new defaults and scope for Nova API policies (RBAC)
Nova changes to RBAC [1] are breaking Kolla Ansible and causing most CI jobs to fail. Disable these changes until we can adapt. [1] https://review.opendev.org/c/openstack/nova/+/866218 Change-Id: I506697d2b374e74a6b066c788bd2d61edc8d4876
This commit is contained in:
parent
1aa1cae159
commit
941abf9ec2
@ -148,8 +148,11 @@ ssl_ca_file = {{ om_rabbitmq_cacert }}
|
||||
amqp_durable_queues = true
|
||||
{% endif %}
|
||||
|
||||
{% if service_name in nova_services_require_policy_json and nova_policy_file is defined %}
|
||||
[oslo_policy]
|
||||
# TODO(priteau): Remove enforce_* once secure RBAC is supported
|
||||
enforce_new_defaults = False
|
||||
enforce_scope = False
|
||||
{% if service_name in nova_services_require_policy_json and nova_policy_file is defined %}
|
||||
policy_file = {{ nova_policy_file }}
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user