Skip to content

Commit 0b070c0

Browse files
authored
Merge pull request #635 from rackerlabs/PUC-698-20250124-1
fix(ironic): allow lessee to see the last error in a build
2 parents 733ca48 + b119e8b commit 0b070c0

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)