OpenStack CLI configuration - Linux (Ubuntu)
- 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

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

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

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