pycontribs / pyrax

The Python SDK for the Rackspace Cloud
developer.rackspace.com
Apache License 2.0
237 stars 208 forks source link

verify_ssl should be properly passed down when creating a context #523

Closed sivel closed 9 years ago

sivel commented 9 years ago

Currently when using create_context the verify_ssl argument doesn't get passed down properly to the clients of the context. This change resolves that.