From dc3a493176d8b45149a08b41afaaed21b0dbab94 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Wed, 11 May 2016 15:51:04 +0800 Subject: [PATCH] Don't use oslo-incubator stuff any more Change-Id: I46728e40e416bb532b86e2fc29361434fdee1296 --- oslo.{{cookiecutter.module_name}}/openstack-common.conf | 8 -------- oslo.{{cookiecutter.module_name}}/tox.ini | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 oslo.{{cookiecutter.module_name}}/openstack-common.conf diff --git a/oslo.{{cookiecutter.module_name}}/openstack-common.conf b/oslo.{{cookiecutter.module_name}}/openstack-common.conf deleted file mode 100644 index dc02e9a..0000000 --- a/oslo.{{cookiecutter.module_name}}/openstack-common.conf +++ /dev/null @@ -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_{{cookiecutter.module_name}} diff --git a/oslo.{{cookiecutter.module_name}}/tox.ini b/oslo.{{cookiecutter.module_name}}/tox.ini index 53a7b34..6e832eb 100644 --- a/oslo.{{cookiecutter.module_name}}/tox.ini +++ b/oslo.{{cookiecutter.module_name}}/tox.ini @@ -57,4 +57,4 @@ commands = oslo_debug_helper {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