From b037949bf97b0db5b7163ba746ca155612ebb61f Mon Sep 17 00:00:00 2001 From: Boris Parak <parak@cesnet.cz> Date: Fri, 15 Feb 2019 14:08:21 +0100 Subject: [PATCH] Fix #2, minor updates in quickstart docs --- 0-quickstart/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/0-quickstart/README.md b/0-quickstart/README.md index 3d9676f..f20a147 100644 --- a/0-quickstart/README.md +++ b/0-quickstart/README.md @@ -40,15 +40,15 @@ In OpenStack, all incoming traffic from external networks to virtual machine ins You need to add two new rules to be able to connect to your new instance (or any instance using the given security group). This is similar to setting up firewall rules on your router or server. If set up correctly, you will be able to access your virtual machine via *ssh* from your local terminal. -1. Go to **Project > Networks > Security Groups**. Here you can see the default security group. You can either edit the default group by clicking on "Manage Rules" or create a new one. The simplest way is to edit the default group. +1. Go to **Project > Network > Security Groups**. Here you can see the default security group. You can either edit the default group by clicking on "Manage Rules" or create a new one. The simplest way is to edit the default group. {% reveal text="Show Screenshot" %}  {% endreveal %} -2. Click on "Add rule", choose "SSH" and leave the remaining fields unchanged. +2. Click on "Add rule", choose "SSH" and leave the remaining fields unchanged. This will allow you to access your instance. {% reveal text="Show Screenshot" %}  {% endreveal %} -3. Click on "Add rule", choose "ALL ICMP" and leave the remaining fields unchanged. +3. Click on "Add rule", choose "ALL ICMP" and leave the remaining fields unchanged. This will allow you to `ping` your instance. {% reveal text="Show Screenshot" %}  {% endreveal %} -- GitLab