From 41fa4d4e7d567ab4db9ef4fc322a819737e2d1d9 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Mon, 27 Jun 2016 11:05:06 +0800 Subject: [PATCH] Remove oslo-incubator related stuff openstack-common.conf was used to keep modules synced from oslo-incubator, and the directory openstack/common was used to keep codes from oslo-incubator. We have retired oslo-incubator, so don't need these any more. Change-Id: I218d964c1623358be0818172c74a216cbe6f0f8f --- openstack-common.conf | 6 ------ tox.ini | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 openstack-common.conf diff --git a/openstack-common.conf b/openstack-common.conf deleted file mode 100644 index e7c15d99..00000000 --- a/openstack-common.conf +++ /dev/null @@ -1,6 +0,0 @@ -[DEFAULT] - -# The list of modules to copy from oslo-incubator.git - -# The base module to hold the copy of openstack.common -base=smaug diff --git a/tox.ini b/tox.ini index a022b7b0..acd32899 100644 --- a/tox.ini +++ b/tox.ini @@ -37,7 +37,7 @@ commands = oslo_debug_helper {posargs} show-source = True ignore = 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 = smaug.i18n