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
This commit is contained in:
ChangBo Guo(gcb) 2016-08-03 13:56:05 +08:00
parent bdaa83f9f8
commit 57157de6c4
2 changed files with 1 additions and 9 deletions

View File

@ -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

View File

@ -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]