Removing duplicate entry of max_db_entries from cloudpulse
Change-Id: I4f45e5cb190bff1e2688414e3c90129b960ff7cc
This commit is contained in:
@@ -30,15 +30,6 @@ import sqlalchemy.orm.exc
|
||||
CONF = cfg.CONF
|
||||
|
||||
|
||||
DB_OPTS = [
|
||||
cfg.IntOpt('max_db_entries',
|
||||
default=5,
|
||||
help='The max number of db entries to keep')
|
||||
]
|
||||
db_group = cfg.OptGroup(name='database')
|
||||
CONF.register_opts(DB_OPTS, db_group)
|
||||
|
||||
|
||||
LOG = log.getLogger(__name__)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user