diff --git a/action.yaml b/action.yaml index af425f7..adc53c9 100644 --- a/action.yaml +++ b/action.yaml @@ -61,7 +61,6 @@ runs: SERVICE_PASSWORD=secret SWIFT_HASH=1234123412341234 LOGFILE=${{ inputs.log_dir }}/devstack.log - USE_PYTHON3=True INSTALL_TEMPEST=False GIT_BASE=https://github.com EOF @@ -81,6 +80,11 @@ runs: EOF_CONF_OVERRIDES working-directory: ./devstack shell: bash + - name: Dump local.conf + run: | + cat local.conf + working-directory: ./devstack + shell: bash - name: Run devstack env: FORCE: ${{ inputs.force }}