Removing duplicate entry of max_db_entries from cloudpulse

Change-Id: I4f45e5cb190bff1e2688414e3c90129b960ff7cc
This commit is contained in:
Anand Shanmugam
2015-07-03 00:18:41 -07:00
parent ac66ca0538
commit 5a2af3f73d

View File

@@ -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__)