Install OpenStack client¶
OpenStack client is a tool you can install on your local computer. Using the client, you'll be able to run commands on services in your Rumble Cloud projects.
OpenStack Client runs in your terminal application as a command line tool.
In this guide, you'll learn how to:
- Install Python (if not already installed).
- Install OpenStack client.
Note: Python is a programming language required to run OpenStack client. This example demonstrates one way to install and work with Python. You can decide to use other ways depending on your requirements and setup.
Install Python¶
- Open the Terminal application.
- Use a package manager such as Homebrew to install Python3.
-
If Homebrew is not already installed, type the following command into your terminal.
-
Type the following command into your terminal.
-
Verify your version.
Install OpenStack Command Line Tools client¶
- Type the following command in your terminal:
Next steps¶
Set up an openrc.sh file
After installing OpenStack client, you can use an openrc.sh
file to authenticate into Rumble Cloud. An openrc.sh
file is a configuration file that stores authentication credentials and environment information. You can download this file from Rumble Cloud.