diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index dc48f5e2..ea372827 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -328,6 +328,13 @@ EOF fi fi + # a way to pass through arbitrary devstack config options so that + # we don't need to add new devstack-gate options every time we + # want to create a new config. + if [[ -n "$DEVSTACK_LOCAL_CONFIG" ]]; then + echo "$DEVSTACK_LOCAL_CONFIG" >>"$localrc_file" + fi + } if [[ -n "$DEVSTACK_GATE_GRENADE" ]]; then