From 07fa3fad30d507e4336cda2b4452a7ab28987cdd Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Tue, 9 Jun 2015 16:40:03 +0000 Subject: [PATCH] Include examples in openstack-common.conf Adds some commented out examples to openstack-common.conf so users don't have to go look up the syntax somewhere else. Change-Id: Id4d0f9673d1fa38f19260bd8576c03e5855cd01d --- oslo.{{cookiecutter.module_name}}/openstack-common.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/oslo.{{cookiecutter.module_name}}/openstack-common.conf b/oslo.{{cookiecutter.module_name}}/openstack-common.conf index 9d1bb35..dc02e9a 100644 --- a/oslo.{{cookiecutter.module_name}}/openstack-common.conf +++ b/oslo.{{cookiecutter.module_name}}/openstack-common.conf @@ -1,4 +1,8 @@ [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}}