Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down