Fixed tox -egenconfig Error

tox -egenconfig Error:
AttributeError: 'module' object has no attribute 'base'
Caused by the ceilometer/agent/base.py removed

Closes-Bug: #1496684

Change-Id: I3d7f569397532b3e6f550e88b7a779567e83fca3
This commit is contained in:
Dong Ma 2015-09-17 11:20:40 +08:00
parent 0c279d885b
commit e4189bf41d

View File

@ -58,7 +58,7 @@ import ceilometer.utils
def list_opts():
return [
('DEFAULT',
itertools.chain(ceilometer.agent.base.OPTS,
itertools.chain(ceilometer.agent.manager.OPTS,
ceilometer.api.app.OPTS,
ceilometer.cmd.eventlet.polling.CLI_OPTS,
ceilometer.compute.notifications.OPTS,