Fixed typo in policy rules

The policy rule for delete_gateway_device is not valid because of
the typo. This commit fixes the issue.

Change-Id: I9f4f970193ba62800bc538825f82f1600552450b
This commit is contained in:
Zhongcheng Lao 2016-07-08 14:51:21 +08:00
parent d2cca7ccc4
commit e70a345a5e
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
"disconnect_network": "rule:admin_or_owner",
"create_gateway_device": "rule:admin_or_owner",
"update_gateway_device": "rule:admin_or_owner",
"delete_gateway_device": "rule_admin_or_owner"
"delete_gateway_device": "rule:admin_or_owner"
}