pyrax
pyrax copied to clipboard
The Python SDK for the Rackspace Cloud
We're using version 1.4.5. We called pyrax.set_credentials with good credentials. Pyrax decided that we needed to authenticate before we needed to authenticate. :-( Is this the known swiftclient bug? Or...
``` /usr/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See...
There is no interface in cloud monitoring for suppressions. Any ETA on implementation?
Contrary to the documentation, in 1.9.5, the metadata keys are not returned in lowercase. In 1.9.3 a metadata submitted as "last_timestamp" or "X-Object-Meta-last-timestamp" would be returned as "last_timestamp"; however, in...
Adding log_delivery parameter to CDN create_service. Issue #576
I've tested this against pyrax==1.9.5, and it seems to only allow FQDNs, not URLs.
Implement 5 endpoints for certificate mappings as described in documentation. http://docs.rackspace.com/loadbalancers/api/v1.0/clb-devguide/content/CertificateMappings.html
As per documentation http://docs.rackspace.com/cdn/api/v1.0/cdn-devguide/content/POST_createService_v1.0__project_id__services_servicesOperations.html 'log_delivery' is a required parameter, but pyrax create-service method doesn't allow this parameter.
Hello, I currently setup Swift (Kilo) on our own private cloud. The tenants are currently setup to use keystone auth v3. Based on the openstack documentation (http://developer.openstack.org/api-ref-identity-v3.html), I noticed the...