OpenStack CLI configuration - Linux (Ubuntu)

  1. Add Repositories Based on the System Version. For the purposes of this guide, version 22.04 LTS was used: OpenStack installation guide

To add the repository, use the command: sudo add-apt-repository cloud-archive:antelope

  1. Install the OpenStack Client with the command: sudo apt install python3-openstackclient

  1. Next, log in to your account using a browser and download the RC file from: https://cloud.psnc.pl/

  1. Connect to the OpenStack environment by using the command source project-openrc.sh and then specify the RC file name. Enter your password.