From 18abffb72b514e0b364f54459df62c2ebc12d4bf Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 14 Mar 2018 20:09:14 -0400 Subject: [PATCH] Mention test-config phase in config docs I had to dig into the stack.sh code to figure out why my tempest.conf post-config wasn't work, and it's because post-config isn't the thing to use to configure tempest, test-config is. Change-Id: Ic5bbe36b5d44880d0a3a602f653b4f61fd89e9c8 Related-Bug: #1755947 --- doc/source/configuration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 1d02395058..fc0a620441 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -41,6 +41,7 @@ The defined phases are: - **extra** - runs after services are started and before any files in ``extra.d`` are executed - **post-extra** - runs after files in ``extra.d`` are executed +- **test-config** - runs after tempest (and plugins) are configured The file is processed strictly in sequence; meta-sections may be specified more than once but if any settings are duplicated the last to