Skip to content

Commit b119e8b

Browse files
fix(ironic): Update ironic policies for better integration with other OpenStack services
1 parent 733ca48 commit b119e8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/ironic/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ labels:
2424
node_selector_value: conductor
2525

2626
conf:
27+
# Update policies for better integration with OpenStack services
28+
# https://docs.openstack.org/ironic/latest/configuration/sample-policy.html
29+
policy:
30+
"baremetal:node:get:last_error": "role:service or role:admin or (project_id:%(node.owner)s or project_id:%(node.lessee)s)"
2731
ironic:
2832
DEFAULT:
2933
# We only want to default to direct, otherwise defaults interfere with hardware

0 commit comments

Comments
 (0)