summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/config/check_uptodate.sh2
-rw-r--r--tools/config/oslo.config.generator.rc3
2 files changed, 4 insertions, 1 deletions
diff --git a/tools/config/check_uptodate.sh b/tools/config/check_uptodate.sh
index e35dbefa5..1ea2c381d 100755
--- a/tools/config/check_uptodate.sh
+++ b/tools/config/check_uptodate.sh
@@ -20,6 +20,6 @@ tools/config/generate_sample.sh -b ./ -p ${PROJECT_NAME} -o ${TEMPDIR}
if ! diff -u ${TEMPDIR}/${CFGFILE_NAME} ${CFGFILE}
then
echo "${0##*/}: ${PROJECT_NAME}.conf.sample is not up to date."
- echo "${0##*/}: Please run ${0%%${0##*/}}generate_sample.sh."
+ echo "${0##*/}: Please run 'tox -esample_config -r' (see doc/source/developing.rst for more info)"
exit 1
fi
diff --git a/tools/config/oslo.config.generator.rc b/tools/config/oslo.config.generator.rc
index 938f93788..2f97726a6 100644
--- a/tools/config/oslo.config.generator.rc
+++ b/tools/config/oslo.config.generator.rc
@@ -1 +1,4 @@
+# Environmental Variables that affect the automatic sample config generation.
+# Additions to any of these variables are space delimited. See the "generate_sample.sh"
+# script for the variables that can be used.
KEYSTONE_CONFIG_GENERATOR_EXTRA_LIBRARIES='keystone oslo.messaging'