You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2022/07/28 21:34:59 UTC

[airavata] branch develop updated: Ansible: adding deprecation note

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new 02c9f3312a Ansible: adding deprecation note
02c9f3312a is described below

commit 02c9f3312aa44251c122c0f07317c71aebb2999d
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jul 28 17:34:48 2022 -0400

    Ansible: adding deprecation note
---
 dev-tools/ansible/roles/django/templates/settings_local.py.j2 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-tools/ansible/roles/django/templates/settings_local.py.j2 b/dev-tools/ansible/roles/django/templates/settings_local.py.j2
index bfce66c870..0028c0a0fe 100644
--- a/dev-tools/ansible/roles/django/templates/settings_local.py.j2
+++ b/dev-tools/ansible/roles/django/templates/settings_local.py.j2
@@ -138,6 +138,7 @@ USER_STORAGES = {
     {% endfor %}
 }
 {% else %}
+{# deprecated approach: define django_gateway_user_storages instead #}
 USER_STORAGES = {
     'default': {
         'BACKEND': 'airavata_django_portal_sdk.user_storage.backends.DjangoFileSystemProvider',