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
This commit is contained in:
Ben Nemec 2015-06-09 16:40:03 +00:00
parent 4a7853c495
commit 07fa3fad30
1 changed files with 4 additions and 0 deletions

View File

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