Generate app credentials¶
To get started using credential files, follow these steps:
- Install the OpenStack client.
- Generate app credentials.
Install OpenStack client¶
Follow the instructions in Install OpenStack client.
Generate app credentials¶
- Select API > App Credentials.
- Click Create Application Credential.
- Provide a name for the credentials files.
- Optionally set an expire date.
- Select the roles to apply to the credentials.
- Optionally select unrestricted access to manage Kubernetes clusters, trusts, and other application credentials.
- Optionally provide a description for the app credentials.
- Select OK to generate. You'll be presented with an application ID and an application secret. Both of these values are displayed one-time, and the intereface gives you the option to copy and store these values. Optionally copy and store these values in a secure location. DO NOT SELECT CLOSE.
- Download the openrc.sh file. The file name will follow the format of
openrc-<FILE-NAME>.sh.
Make a note of the location where you save file.] - Select Close.
- Open the Terminal application on your computer.
-
Go to the location of the saved openrc.sh file. For example, if you saved your file to the Downloads folder, type the following in the terminal.
-
Type the follow in the terminal to display the contents of the file.
The openrc.sh file is now setup to work with Rumble Cloud authentication.
Next steps¶
Type the following in the command line to use the OpenStack client to list the servers in your projects.
The terminal displays the list of instances in your project.
Bash
-------------+-------------+--------+-------------+-------------+-------------+
| ID | Name | Status | Networks | Image | Flavor |
+-------------+-------------+--------+-------------+-------------+-------------+
| 348704bc- | testDEC26 | ACTIVE | marioNet=0. | from | |
| a33b- | | | 0.0.23 | volume) | |
| 97e9a28c3e5 | | | | | |
| d | | | | | |
| 6922604d- | quickStartV | ACTIVE | PublicEphem | N/A (booted | m2a.large |
| e470-43cd- | M | | eral=0.0. | from | |
| a9e2- | | | 0.91 | volume) | |
| 451b22b99e1 | | | | | |
| 0 | | | | | |
+-------------+-------------+--------+-------------+-------------+-------------+
You can now use the OpenStack client to view and manage your Rumble Cloud resources.