From e78404be3f3e3d3155f42a1cc0b7a20142001f42 Mon Sep 17 00:00:00 2001 From: zhurong Date: Fri, 21 Oct 2016 10:53:02 +0800 Subject: [PATCH] Remove the openstack-common.conf and dirs in solum Change-Id: Ia712e87e972377231e07616fc0edf8f6d286a1b7 --- .coveragerc | 2 +- openstack-common.conf | 3 --- tox.ini | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 openstack-common.conf diff --git a/.coveragerc b/.coveragerc index 6b8bb6a2a..86d255256 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,7 @@ [run] branch = True source = solum -omit = solum/tests/*,solum/openstack/* +omit = solum/tests/* [report] ignore_errors = True diff --git a/openstack-common.conf b/openstack-common.conf deleted file mode 100644 index 9aea5a4a6..000000000 --- a/openstack-common.conf +++ /dev/null @@ -1,3 +0,0 @@ -[DEFAULT] -# The base module to hold the copy of openstack.common -base=solum diff --git a/tox.ini b/tox.ini index 8fd764d97..d62d2e745 100644 --- a/tox.ini +++ b/tox.ini @@ -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