Use ORA2 django storage on openstack and devstack.

Default ORA2 storage settings use AWS, so no change required to aws envs.
This commit is contained in:
Jillian Vogel
2017-07-01 14:04:22 +09:30
committed by Eric Fischer
parent cdd0e945bd
commit 0fcdcb02bb
4 changed files with 11 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import
# Don't use S3 in devstack, fall back to filesystem
del DEFAULT_FILE_STORAGE
MEDIA_ROOT = "/edx/var/edxapp/uploads"
ORA2_FILEUPLOAD_BACKEND = 'django'
DEBUG = True