Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
List of MorphoCloudWorkflow changes:

```
$ git shortlog c9c07b3..7817dc8 --no-merges
Jean-Christophe Fillion-Robin (1):
      fix(create-instance): Attempt to fix networking removing redundant security group
```

See MorphoCloud/MorphoCloudWorkflow@c9c07b3...7817dc8
  • Loading branch information
jcfr committed Oct 22, 2024
1 parent 82a1096 commit 97bc9b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ jobs:
openstack server create "$INSTANCE_NAME" \
--nic net-id="auto_allocated_network" \
--security-group "default" \
--security-group "exosphere" \
--flavor $INSTANCE_FLAVOR \
--image "Featured-Ubuntu22" \
Expand Down

0 comments on commit 97bc9b9

Please sign in to comment.