Skip to content

Commit 8bf8c8f

Browse files
committed
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
1 parent 1c13be8 commit 8bf8c8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stack.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,6 +1407,9 @@ fi
14071407
# Phase: test-config
14081408
run_phase stack test-config
14091409

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
14101413

14111414
# Fin
14121415
# ===

0 commit comments

Comments
 (0)