usage_role -> use_role

This commit is contained in:
Wayne Witzel III
2016-04-15 11:01:08 -04:00
parent 5bca1283b2
commit 7098ef8da5
7 changed files with 23 additions and 23 deletions

View File

@@ -110,7 +110,7 @@ class Inventory(CommonModel, ResourceMixin):
role_name='Inventory Updater',
role_description='May update the inventory',
)
usage_role = ImplicitRoleField(
use_role = ImplicitRoleField(
role_name='Inventory User',
role_description='May use this inventory, but not read sensitive portions or modify it',
)