Remove the openstack-common.conf and dirs in solumclient

Change-Id: I16be344a50f28ada8d97aaad8d115ed20acc1e46
This commit is contained in:
zhurong 2016-10-21 11:20:42 +08:00 committed by zhurong
parent b951bd5ea0
commit ce2aebfc53
3 changed files with 2 additions and 10 deletions

View File

@ -1,7 +1,7 @@
[run]
branch = True
source = solumclient
omit = solumclient/tests/*,solumclient/openstack/*
omit = solumclient/tests/*
[report]
ignore_errors = True

View File

@ -1,8 +0,0 @@
[DEFAULT]
# The list of modules to copy from oslo-incubator.git
module=apiclient
module=cliutils
# The base module to hold the copy of openstack.common
base=solumclient

View File

@ -37,7 +37,7 @@ commands = ./coverage.sh {posargs}
show-source = True
ignore = E123,E125,H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[hacking]
import_exceptions = solumclient.i18n