the user_tenant_membership table was replaced by "assignment"

This updates some help text to reference the new assignment table rather
than the old table.

Change-Id: I69d1ef4e788a58e3f15104ff9083cf5a4c8dc761
This commit is contained in:
Dolph Mathews 2014-06-24 10:06:42 -05:00
parent db0519dfa0
commit bd59cb32c8
1 changed files with 5 additions and 6 deletions

View File

@ -89,15 +89,14 @@ FILE_OPTIONS = {
default='9fe2ff9ee4384b1894a90878d3e92bab',
help='During a SQL upgrade member_role_id will be used '
'to create a new role that will replace records in '
'the user_tenant_membership table with explicit '
'role grants. After migration, the member_role_id '
'will be used in the API add_user_to_project.'),
'the assignment table with explicit role grants. '
'After migration, the member_role_id will be used in '
'the API add_user_to_project.'),
cfg.StrOpt('member_role_name', default='_member_',
help='During a SQL upgrade member_role_name will be used '
'to create a new role that will replace records in '
'the user_tenant_membership table with explicit '
'role grants. After migration, member_role_name will '
'be ignored.'),
'the assignment table with explicit role grants. '
'After migration, member_role_name will be ignored.'),
cfg.IntOpt('crypt_strength', default=40000,
help='The value passed as the keyword "rounds" to '
'passlib\'s encrypt method.'),