Skip to content

Commit e5fa984

Browse files
committed
fix(ironic): workaround hardcoded --config-file flag in scripts
This should have been part of ad14140. It's commit message is below. The --config-file flag is hardcoded in a number of scripts which results in preference to that file over the directories which is not the behavior we want since we want to override. However since the OpenStack Helm charts provide no way to change this behavior we need to replace the entire configmap-bin. This one is taken from two environments which were identical and then had the --config-dir flag added so that it continues to work.
1 parent 8a79219 commit e5fa984

File tree

4 files changed

+801
-0
lines changed

4 files changed

+801
-0
lines changed

.typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ fo = "fo"
2727
sme = "sme"
2828
4caf50 = "4caf50"
2929
ist = "ist"
30+
# upstream OpenStack Helm typo
31+
retreive = "retreive"

0 commit comments

Comments
 (0)