Add list_limit to the white list for configs in db

There is a list of options that are allowed to be stored in the
database. list_limit was not there. Now it is.

Change-Id: I628b2f6dcc58b49b366b8a72511866bc6004cdab
Related-Bug: 1495669
This commit is contained in:
Boris Bobrov 2016-02-17 18:32:23 +03:00
parent 7a0874f6f6
commit 06421ebd87
1 changed files with 1 additions and 1 deletions

View File

@ -1093,7 +1093,7 @@ class DomainConfigManager(manager.Manager):
driver_namespace = 'keystone.resource.domain_config'
whitelisted_options = {
'identity': ['driver'],
'identity': ['driver', 'list_limit'],
'ldap': [
'url', 'user', 'suffix', 'use_dumb_member', 'dumb_member',
'allow_subtree_delete', 'query_scope', 'page_size',