Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for LibCloudStorage with Django1.7 migration features #8

Merged
merged 1 commit into from
Dec 12, 2014

Conversation

forrestp
Copy link
Contributor

I've tested this with Rackspace via ApacheLibCloud using the following settings:

DEFAULT_LIBCLOUD_PROVIDER = 'rs_test'
LIBCLOUD_PROVIDERS = {
'rs_test': {
'type': 'libcloud.storage.types.Provider.CLOUDFILES_US',
'user': os.environ['RACKSPACE_USERNAME'],
'key': os.environ['RACKSPACE_API_KEY'],
'bucket': 'storages_test'
},
}

I also tested that 'python manage.py makemigrations ' works after making this change (it didn't before).

@forrestp
Copy link
Contributor Author

I am using apache-libcloud version 0.15.1

@jschneier
Copy link
Owner

Great, thanks! I'll merge this now.

Can you confirm that libcloud works under Python3?

jschneier added a commit that referenced this pull request Dec 12, 2014
add support for LibCloudStorage with Django1.7 migration features
@jschneier jschneier merged commit b85aeb3 into jschneier:master Dec 12, 2014
@forrestp
Copy link
Contributor Author

According to the PyPi page, libcloud works with Python3. https://pypi.python.org/pypi/apache-libcloud/0.16.0

Due to other incompatible dependencies in my project, it would be difficult for me to test this with Python3. I may have time late next week to figure out a good way to test it separately from my project.

@jschneier
Copy link
Owner

Fair, thanks a lot.

@forrestp
Copy link
Contributor Author

You're very welcome. Thanks for reviving this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants