Gilles has uploaded a new change for review. https://gerrit.wikimedia.org/r/324974
Change subject: Stop using request storage in Thumbor ...................................................................... Stop using request storage in Thumbor Bug: T150757 Change-Id: I666e06116426f8345bc93ed3560ef1c3242193e6 --- M modules/thumbor/templates/server.conf.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/74/324974/1 diff --git a/modules/thumbor/templates/server.conf.erb b/modules/thumbor/templates/server.conf.erb index 6494a2a..32fed94 100644 --- a/modules/thumbor/templates/server.conf.erb +++ b/modules/thumbor/templates/server.conf.erb @@ -45,7 +45,7 @@ ## The file storage thumbor should use to store original images. This must be the ## full name of a python module (python must be able to import it) ## Defaults to: thumbor.storages.file_storage -STORAGE = 'wikimedia_thumbor.storage.request' +STORAGE = 'thumbor.storages.no_storage' ## The imaging engine thumbor should use to perform image operations. This must ## be the full name of a python module (python must be able to import it) -- To view, visit https://gerrit.wikimedia.org/r/324974 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I666e06116426f8345bc93ed3560ef1c3242193e6 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Gilles <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
