ironic/releasenotes/notes/node-owner-policy-d7168976bba70566.yaml
Tzu-Mainn Chen 8253826e86 Allow node owners to administer nodes
Introduce is_node_owner to policy, giving Ironic admins
the option of modifying the policy file to allow users
specified by a node's owner field to perform API actions
on that node.

Change-Id: If08586f3e9705dd38ff83e4b500d9ee3cd45bce3
Story: #2006506
Task: #37214
2019-11-14 15:49:50 +00:00

7 lines
270 B
YAML

---
features:
- Adds a ``is_node_owner`` policy rule. This rule can be used with node
policy rules in order to expose specific node APIs to a project ID
specified by a node's ``owner`` field. Default rules are unaffected,
so default behavior is unchanged.