We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ca59c commit f0c898dCopy full SHA for f0c898d
components/ironic/values.yaml
@@ -27,7 +27,10 @@ conf:
27
# Update policies for better integration with OpenStack services
28
# https://docs.openstack.org/ironic/latest/configuration/sample-policy.html
29
policy:
30
+ # allow operators and node owners to get errors
31
"baremetal:node:get:last_error": "role:service or role:admin or (project_id:%(node.owner)s or project_id:%(node.lessee)s)"
32
+ # allow operators and node owners to disable system cleaning
33
+ "baremetal:node:disable_cleaning": "role:service or role:admin or (project_id:%(node.owner)s or project_id:%(node.lessee)s)"
34
ironic:
35
DEFAULT:
36
# We only want to default to direct, otherwise defaults interfere with hardware
0 commit comments