...
Once the client has been downloaded, we need to download the login credentials from OpenStack. Let's connect to the dashboard and click on the tab Identity
-> Application Credentials
. Create an application credential
, assigning a name and an expiration date, and download the generated openrc
file. Upload it to your VM and, before launching any OpenStack client command, execute the command $ source <openrc-file>
.
Note |
---|
The |
...