Set a default value for a default_roles

Story: 2001895
Task: 14418
Change-Id: Ia1c6b23a38e1b32ba2d5f37dc674275bea810a3a
This commit is contained in:
Adrian Czarnecki 2018-04-24 13:11:15 +02:00
parent 875127d283
commit 20e63fb5b5
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,