Cloud:Storage:CreateCredentials: Difference between revisions

From ZeroOne Tech Public Wiki
(How to create EC2 Credentials for ZeroOne Cloud Object Storage)
 
No edit summary
Line 1: Line 1:
== Linux ==


# Ubuntu 24.04
```
apt install python3-pip python3-venv
mkdir ~/openstack
python3 -m venv ~/openstack
source ~/openstack/bin/activate
pip install python-openstackclient
```

Revision as of 04:32, 5 May 2024

Linux

  1. Ubuntu 24.04

``` apt install python3-pip python3-venv mkdir ~/openstack python3 -m venv ~/openstack source ~/openstack/bin/activate pip install python-openstackclient ```