From 57157de6c47352a8a26f6889f6f43c0086c337e5 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Wed, 3 Aug 2016 13:56:05 +0800 Subject: [PATCH] Trivial: clean up oslo-incubator related stuff Oslo-incubator has retired, so don't keep oslo-incubator related stuff in os-vif. Change-Id: I4ea6b4342b2d5bf46abe6dc83185feb2d33c1be1 --- openstack-common.conf | 8 -------- tox.ini | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 openstack-common.conf diff --git a/openstack-common.conf b/openstack-common.conf deleted file mode 100644 index d6fde60..0000000 --- a/openstack-common.conf +++ /dev/null @@ -1,8 +0,0 @@ -[DEFAULT] - -# The list of modules to copy from oslo-incubator.git - -# The base module to hold the copy of openstack.common -base=os_vif - -module=loopingcall diff --git a/tox.ini b/tox.ini index 2a90385..6add08c 100644 --- a/tox.ini +++ b/tox.ini @@ -63,7 +63,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen show-source = True ignore = E123,E125,E126,E127,E128,E251,E265,H302,H402,H405,H803,H904,H404 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build max-complexity=30 [hacking]