Merge "Set a default value for a default_roles"

This commit is contained in:
Zuul 2018-05-08 13:02:37 +00:00 committed by Gerrit Code Review
commit 061c383f58
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ role_m_opts = [
default='/',
help='List of paths where middleware applies to'),
cfg.ListOpt(name='default_roles',
default=None,
default=['monasca-user'],
help='List of roles allowed to enter api'),
cfg.ListOpt(name='agent_roles',
default=None,