lduchesne
12-08-2015, 02:19 PM
Hi All,
I though I'd share some piece of code I use in one of my project to use the OpenStack Python SDK with HubiC authentication. From what I read, this project will replace the Pyrax backend and since I needed to use Python 3, I had to switch to this new SDK.
https://github.com/lduchesne/python-openstacksdk-hubic
You can also install it using pip install openstacksdk-hubic
Let me know if you have any questions or comments. The code here should be self-explanatory for Python developers
SDK documentation for the Object Store service:
http://python-openstacksdk.readthedo...ect_store.html
Cheers,
Laurent
I though I'd share some piece of code I use in one of my project to use the OpenStack Python SDK with HubiC authentication. From what I read, this project will replace the Pyrax backend and since I needed to use Python 3, I had to switch to this new SDK.
https://github.com/lduchesne/python-openstacksdk-hubic
You can also install it using pip install openstacksdk-hubic
Let me know if you have any questions or comments. The code here should be self-explanatory for Python developers
SDK documentation for the Object Store service:
http://python-openstacksdk.readthedo...ect_store.html
Cheers,
Laurent