Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 source command will have to be re-executed at each new access on the VM.

...