OpenStack CLI how-to
Compare changes
@@ -18,6 +18,7 @@ Prerequisites:
@@ -18,6 +18,7 @@ Prerequisites:
@@ -54,27 +55,43 @@ __5.__ Wait to be redirected back to our dashboard.
@@ -54,27 +55,43 @@ __5.__ Wait to be redirected back to our dashboard.
All virtual machine instances running in the cloud have to be accessed remotely. The most common way of accessing
__1.__ Navigate to **Project > Compute > Key Pairs** and click the **Create Key Pair** button.
__2.__ In the **Create key Pair** insert the **Key Pair Name**. Avoid using special characters, if possible. Next select SSH key for **Key Type** and finally confirm with **Done**.
__3.__ Download the private key to your local computer and move it to the `~/.ssh/` folder. If you are using windows, refer to [accessing from windows](../technical-reference/remote-access.md#accessing-from-windows).
@@ -85,81 +102,133 @@ You need to add at least one new rule to be able to connect to your new instance
@@ -85,81 +102,133 @@ You need to add at least one new rule to be able to connect to your new instance
This is similar to setting up firewall rules on your router or server. If set up correctly, you will be able to access
__1.__ Go to **Project > Network > Security Groups**. Click on **Manage Rules**, for the **default** security group.
For details, refer to [the official documentation](https://docs.openstack.org/horizon/train/user/configure-access-and-security-for-instances.html).
If you are creating more instances, `-%i` will be automatically appended to the name of each instance. Continue via **Next**
__3.__ Choose an image from which to boot the instance. Choose to delete the volume after instance delete. This is not recommended for production deployment.
__4.__ Choose the hardware resources of the instance by selecting a flavor. Additional volumes for data can be attached later on.
__5.__ Select appropriate network based on your project type. and continue to **Key Pair** in the left menu.
For personal project select personal-project-network-subnet from network `147-251-115-pers-proj-net`
For group project select group-project-network-subnet from network group-project-network (check if [Router gateway](../how-to-guides/create-networking.md#router-creation) is set)
__6.__ In **Key Pair** select the key that was created in section [Create Key Pair](#create-key-pair) in the Available list and finally **Launch Instance**.
@@ -168,7 +237,10 @@ For group project always select the same network as used in
@@ -168,7 +237,10 @@ For group project always select the same network as used in
Connect to the instance using **ssh system@floating-ip**, as described on page [Accessing instances](../how-to-guides/accessing-instances.md).