Openstack CLI

Install OpenStack CLI

apt install python3-openstackclient -y

Authenticate OpenStack CLI

  1. Navigate to Access & Security -> API Access -> OpenStack RC in UI

  2. Copy the contents to a new file named openstackrc and update OS_PASSWORD for your user.

  3. source openstackrc

Last updated

Was this helpful?