From 420e1bb2927316c9cfae97cf4472655d34a5794a Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Tue, 12 Apr 2016 12:44:24 +0800 Subject: [PATCH] Remove oslo-incubator related stuff openstack-common.conf was used for syncing oslo-incubator code to consuming projects. We don't use it, so remove it. Change-Id: Ie49ad79527ed76b92fd3ba4b89533bd4796f5bb7 --- openstack-common.conf | 4 ---- tox.ini | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 openstack-common.conf diff --git a/openstack-common.conf b/openstack-common.conf deleted file mode 100644 index 9823a2db0..000000000 --- a/openstack-common.conf +++ /dev/null @@ -1,4 +0,0 @@ -[DEFAULT] - -# The base module to hold the copy of oslo-incubator -base=stackalytics diff --git a/tox.ini b/tox.ini index 1ee9a1666..68b889e29 100644 --- a/tox.ini +++ b/tox.ini @@ -34,4 +34,4 @@ commands = python setup.py build_sphinx ignore = E123,E125,H904 show-source = true builtins = _ -exclude=.venv*,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,build +exclude=.venv*,.git,.tox,dist,doc,*lib/python*,*egg,tools,build