Remove the openstack-common.conf and dirs in solum

Change-Id: Ia712e87e972377231e07616fc0edf8f6d286a1b7
This commit is contained in:
zhurong 2016-10-21 10:53:02 +08:00
parent 7fdb72a81c
commit e78404be3f
3 changed files with 2 additions and 5 deletions

View File

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

View File

@ -1,3 +0,0 @@
[DEFAULT]
# The base module to hold the copy of openstack.common
base=solum

View File

@ -43,7 +43,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
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 = solum.i18n