01. Arbutus Authentication
Download OpenStack RC File
- Login to Arbutus
- Click on “API Access” on the left panel
- Click on “Download OpenStack RC File”
- Click on “OpenStack RC File” in the dropdown menu
Configure Credentials
Rename the downloaded file to
def-ubcawp-dev-openrc.shand place it in the repository root directory.⚠️ Security Warning: DO NOT share your OpenStack RC File with anyone. Never push this to GitHub. This file is already included in
.gitignoreto prevent accidental commits.Source the OpenStack credentials script from your terminal:
source def-ubcawp-dev-openrc.shYou will be prompted to enter your OpenStack password. Enter your password when prompted.
Verification
Verify that you’re authenticated by running the following command:
List available Docker images:
openstack image listIf this command executes successfully, you are authenticated and ready to use OpenStack commands.
Next Steps
- S3 Storage Setup - Configure object storage access