Fix typo in policy.json.sample

This patch fixes a type in policy.json.sample file.
Change role:is_admin to rule:is_admin

Change-Id: Ie2429fa8f73c2423fd396a54e2af86ef880f7dd4
This commit is contained in:
Vasyl Saienko 2016-08-26 10:29:17 +03:00
parent 4ce008e8ff
commit 9570a491b8

View File

@ -27,7 +27,7 @@
# Set maintenance flag, taking a Node out of service
"baremetal:node:set_maintenance": "rule:is_admin"
# Clear maintenance flag, placing the Node into service again
"baremetal:node:clear_maintenance": "role:is_admin"
"baremetal:node:clear_maintenance": "rule:is_admin"
# Change Node boot device
"baremetal:node:set_boot_device": "rule:is_admin"
# Change Node power status