pyrax
pyrax copied to clipboard
The Python SDK for the Rackspace Cloud
As pyrax is deprecated in favor of rackspacesdk, I tried using rackspace SDK, and after working around a couple of build issues, I ran into a new issue with rackspace...
Tenant_id parsing is not working due to different response from API_KEY authentication in some usser
https://github.com/pycontribs/pyrax/blob/a0c022981f76a4cba96a22ecc19bb52843ac4fbe/pyrax/base_identity.py#L631 there are few token which do not generate the needed response ``` { u'access': { u'token': { u'RAX-AUTH:authenticatedBy': [u'APIKEY'], u'RAX-AUTH:issued': u'2022-09-08T07:07:07.616Z', u'expires': u'2022-09-09T06:58:44.616Z', u'id': '***REDACTED ***' }, u'serviceCatalog': [{u'endpoints':...
Hello I've been using duplicity and pyrax for years for my backups to hubic. Unfortunately, the backend seems broken since I updated to debian 11 and python3 for pyrax. I...
See example from Ubuntu 14.04 ``` lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.3 LTS Release: 14.04 Codename: trusty python --version Python 2.7.6 sudo pip...
the last release 1.9.8 was done few years back, since then there have been lots of changes in the codebase but nothing was released, can you please release the latest...
I need help, I cant install wrapt module using pip,then tried by manual but i find a proper wrapt module manual installing which is in the format of "whl"
I do no thave time to maintain pyrax and I will be happy to handle permissions to others that do have an interest in using the project. Please state your...
Getting the following error when running letsencrypt with rackspace hook, can anyone help please? + Rackspace hook executing: deploy_challenge Traceback (most recent call last): File "/home/jenkins/lets-encrypt-python-master/le_hook.py", line 196, in main(sys.argv[1:])...
Hi, so I'm running into a bug when trying to get a previously set Temp_URL_Key. I do something like the following: `cf = pyrax.cloudfiles` `cf.set_temp_url_key('testurlkey')` `cf.get_temp_url_key(cached=False)` 'get_temp_url_key' is calling the...
Hello, Is there a reason why the dependencies are limited to python-novaclient==2.27.0? I'm one of the maintainers of this package for Fedora and that dependency prevents me from being able...