44
48
flags.DEFINE_list('allowed_roles',
45
49
['cloudadmin', 'itsec', 'sysadmin', 'netadmin', 'developer'],
46
50
'Allowed roles for project')
48
51
# NOTE(vish): a user with one of these roles will be a superuser and
49
52
# have access to all api commands
50
53
flags.DEFINE_list('superuser_roles', ['cloudadmin'],