ryan-roemer / django-cloud-browser

Django application browser for cloud datastores (Rackspace, AWS, etc.).
http://ryan-roemer.github.com/django-cloud-browser/
MIT License
81 stars 27 forks source link

Updates to support passing an authurl to python-cloudfiles #1

Closed noodley closed 13 years ago

noodley commented 13 years ago

Hello,

I have added a configuration option (CLOUD_BROWSER_RACKSPACE_AUTHURL) to pass a user defined authurl to python-cloudfiles get_connection(). The authurl can be used to point django-cloud-browser at custom Openstack installations rather than the Rackspace servers.

Doug

ryan-roemer commented 13 years ago

Merged and tweaked the authurl (and servicenet) parameters out of the abstract base class and into the Rackspace subclass. Thanks for the patch!