Skip to content

Commit

Permalink
Fix: update sentence flow for the ghost blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudnull authored Sep 14, 2024
1 parent 02a504e commit ec9153a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Connect the subnet to our flex-router
openstack --os-cloud {cloud_name} router add subnet flex-router flex-subnet
```

Now we need to create our security group, this is the group which specify the network access rules. For our example now we are only going to allow SSH access.
Now we need to create our security group, this is the group which specify the network access rules. For our example we are only going to allow SSH access.

``` shell
openstack --os-cloud {cloud_name} security group create flex-sg
Expand Down

0 comments on commit ec9153a

Please sign in to comment.