Browse code

Add test-config local.conf processing

We need a local.conf processing phase after every run phase which lets
us override config options after that point. We didn't explicitly
support this for test-config before, which broke some CI systems when
we moved tempest to use this later phase.

Closes-Bug: #1646391

Change-Id: I7d693afa19acf3e8231e84e45b7a868628ebdbc0

Sean Dague authored on 2016/12/02 00:24:06
Showing 1 changed files
... ...
@@ -1407,6 +1407,9 @@ fi
1407 1407
 # Phase: test-config
1408 1408
 run_phase stack test-config
1409 1409
 
1410
+# Apply late configuration from ``local.conf`` if it exists for layer 2 services
1411
+# Phase: test-config
1412
+merge_config_group $TOP_DIR/local.conf test-config
1410 1413
 
1411 1414
 # Fin
1412 1415
 # ===