Remove unused file openstack-common.conf
We don't use it to sync code from oslo-incubator any more. Change-Id: Ifcccbff41b2496be08d92ba4c0a8f4cdaecdc8ed
This commit is contained in:
parent
e1b05a54c6
commit
5989693255
@ -1,8 +0,0 @@
|
||||
[DEFAULT]
|
||||
# The list of scripts and modules to copy from oslo-incubator
|
||||
# For example:
|
||||
# script=tools/with_venv.sh
|
||||
# module=service
|
||||
|
||||
# The base module to hold the copy of openstack.common
|
||||
base=oslo_privsep
|
2
tox.ini
2
tox.ini
@ -38,7 +38,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
show-source = True
|
||||
ignore = E123,E125
|
||||
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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user