Skip to content

Commit

Permalink
wip: Update "openstack server create" to report specific properties
Browse files Browse the repository at this point in the history
This ensures adminPass is not reported.
  • Loading branch information
jcfr committed May 2, 2024
1 parent 76441bd commit f614e4d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/create-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:
--security-group "exosphere" \
--flavor g3.large \
--image "antsthings-vgl-gpu-image" \
--wait
--wait \
--column created \
--column flavor \
--column image \
--column name \
--column status
echo "instance_name=$instance_name" >> $GITHUB_OUTPUT
env:
Expand Down

0 comments on commit f614e4d

Please sign in to comment.