You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't have any occurrences of using DEFAULT_FILE_STORAGE in pulp deb. Is it sufficient to just do this step then? -> Edit the .ci/ansible/settings.py.j2 file
Or do we need to move settings to class level as well?
Yes, only 2 is required here.
This week we noticed the file settings.py.j2 is managed by pluging_template, so there is a minor update on this step.
You should:
Add test_storages_compat_layer: true to template_config.yaml
Action for django's storages deprecation:
See for context:
https://discourse.pulpproject.org/t/action-required-plugins-should-use-djangos-new-storage-config-for-3-70/1866
The text was updated successfully, but these errors were encountered: